Skip to content

Commit

Permalink
punctuation error (#29763)
Browse files Browse the repository at this point in the history
fix two punctuation errors
  • Loading branch information
ckant787 authored and KristofferC committed Oct 22, 2018
1 parent 4277da7 commit 2a01598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/base/base.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The following two-word sequences are reserved:
However, you can create variables with names:
`abstract`, `mutable`, `primitive` and `type`.

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

Expand Down

0 comments on commit 2a01598

Please sign in to comment.