Merge pull request #44 from menou2u/patch-4

Conjugation correction
This commit is contained in:
Ilya Kantor 2017-06-15 22:34:10 +03:00 committed by GitHub
commit fdb25219ec

View file

@ -153,7 +153,7 @@ These methods are "old school": they exist from the ancient times and we can mee
For instance, how to insert *html* if we have it as a string? Or, given a node, how to insert another node *before* it? Of course, all that is doable, but not in an elegant way.
So there exist two other sets of insertion methods to handle all cases easily.
So there exists two other sets of insertion methods to handle all cases easily.
### prepend/append/before/after