summaryrefslogtreecommitdiff
path: root/src/effectize.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/effectize.sml')
-rw-r--r--src/effectize.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effectize.sml b/src/effectize.sml
index 31cbe9ba..35de86c3 100644
--- a/src/effectize.sml
+++ b/src/effectize.sml
@@ -161,7 +161,7 @@ fun effectize file =
()
else
ErrorMsg.errorAt loc ("A handler (" ^ s
- ^ ") accessible via GET could cause side effects; try accessing it only via forms or removing it from the signature of its containing module");
+ ^ ") accessible via GET could cause side effects; try accessing it only via forms or removing it from the signature of the main program module");
((DExport (Link, n, IM.inDomain (pushers, n)), #2 d), evs))
| DExport (Action _, n, _) =>
((DExport (Action (if IM.inDomain (writers, n) then