Skip to content

Commit 2a01598

Browse files
ckant787KristofferC
authored andcommitted
punctuation error (#29763)
fix two punctuation errors
1 parent 4277da7 commit 2a01598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/base/base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following two-word sequences are reserved:
4949
However, you can create variables with names:
5050
`abstract`, `mutable`, `primitive` and `type`.
5151

52-
Finally `where` is parsed as an infix operator for writing parametric method
52+
Finally,`where` is parsed as an infix operator for writing parametric method
5353
and type definitions. Also `in` and `isa` are parsed as infix operators.
5454
Creation of a variable named `where`, `in` or `isa` is allowed though.
5555

0 commit comments

Comments
 (0)