We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383db92 commit ee6f6f1Copy full SHA for ee6f6f1
doc/src/manual/metaprogramming.md
@@ -149,7 +149,7 @@ julia> :(::)
149
The second syntactic purpose of the `:` character is to create expression objects without using
150
the explicit [`Expr`](@ref) constructor. This is referred to as *quoting*. The `:` character, followed
151
by paired parentheses around a single statement of Julia code, produces an `Expr` object based
152
-on the enclosed code. Here is example of the short form used to quote an arithmetic expression:
+on the enclosed code. Here is an example of the short form used to quote an arithmetic expression:
153
154
```jldoctest
155
julia> ex = :(a+b*c+1)
0 commit comments