Merge pull request #1185 from lgenerknol/master

Missing markup char
This commit is contained in:
Ines Montani 2017-07-12 17:27:42 +02:00 committed by GitHub
commit d79fa8743a

View File

@ -272,7 +272,7 @@ p Import the document contents from a binary string.
p p
| Retokenize the document, such that the span at | Retokenize the document, such that the span at
| #[code doc.text[start_idx : end_idx]] is merged into a single token. If | #[code doc.text[start_idx : end_idx]] is merged into a single token. If
| #[code start_idx] and #[end_idx] do not mark start and end token | #[code start_idx] and #[code end_idx] do not mark start and end token
| boundaries, the document remains unchanged. | boundaries, the document remains unchanged.
+table(["Name", "Type", "Description"]) +table(["Name", "Type", "Description"])