Skip to content

Commit 7bf9f9a

Browse files
committed
Using gerund form in title, omit "how to..."
1 parent 11c1068 commit 7bf9f9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/forest.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Working with the SPPF
2-
=====================
1+
Shared packed parse forest (SPPF)
2+
=================================
33

44
When parsing with Earley, Lark provides the ``ambiguity='forest'`` option
55
to obtain the shared packed parse forest (SPPF) produced by the parser as

docs/how_to_develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How to develop Lark - Guide
1+
# Developing Lark
22

33
There are many ways you can help the project:
44

docs/how_to_use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How To Use Lark - Guide
1+
# Using Lark
22

33
## Work process
44

0 commit comments

Comments
 (0)