We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d302d03 + 875b3de commit fef1c6fCopy full SHA for fef1c6f
docs/src/pattern-matching.md
@@ -1,6 +1,6 @@
1
# Pattern Matching
2
3
-With pattern matching enables macro writers to deconstruct Julia expressions in a
+Pattern matching enables macro writers to deconstruct Julia expressions in a
4
more declarative way, and without having to know in great detail how syntax is
5
represented internally. For example, say you have a type definition:
6
0 commit comments