Skip to content

Commit fef1c6f

Browse files
authored
Merge pull request #158 from mroavi/patch-1
Fix typo in pattern-matching.md
2 parents d302d03 + 875b3de commit fef1c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pattern-matching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pattern Matching
22

3-
With pattern matching enables macro writers to deconstruct Julia expressions in a
3+
Pattern matching enables macro writers to deconstruct Julia expressions in a
44
more declarative way, and without having to know in great detail how syntax is
55
represented internally. For example, say you have a type definition:
66

0 commit comments

Comments
 (0)