Skip to content

Commit 481ee60

Browse files
committed
Remove spurious character from error message.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14492 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1 parent 3266bce commit 481ee60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsing/syntaxerr.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let prepare_error = function
4646
are not supported when the option -no-app-func is set."
4747
| Variable_in_scope (loc, var) ->
4848
Location.errorf ~loc
49-
"Error: In this scoped type, variable '%s@ \
49+
"Error: In this scoped type, variable '%s \
5050
is reserved for the local type %s."
5151
var var
5252
| Other loc ->

0 commit comments

Comments
 (0)