[ci skip] Fix typo (#189)

This commit is contained in:
Orhan Toy 2018-07-29 01:14:59 +02:00 committed by Max Brunsfeld
parent 9c9149ac45
commit 9795aa16c4

View file

@ -5,7 +5,7 @@ permalink: creating-parsers
# Creating parsers
Developing Tree-sitter parsers can have a difficult learning curve, but once you get the hang of it, it can fun and even zen-like. This document should help you to build an effective mental model for parser development.
Developing Tree-sitter parsers can have a difficult learning curve, but once you get the hang of it, it can be fun and even zen-like. This document should help you to build an effective mental model for parser development.
## Understanding the problem