Merge pull request #750 from oiwah/span-doc-typofix-patch

Documentation Typo Fix: start_char description in the span API
This commit is contained in:
Ines Montani 2017-01-18 09:46:19 +01:00 committed by GitHub
commit 94ddfb2304

View File

@ -25,7 +25,7 @@ p A slice from a #[code Doc] object.
+row
+cell #[code start_char]
+cell int
+cell The character offset for the end of the span.
+cell The character offset for the start of the span.
+row
+cell #[code end_char]