We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d302d03 commit 875b3deCopy full SHA for 875b3de
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