prettier formatting

This commit is contained in:
Paul O'Leary McCann 2023-01-23 13:14:51 +09:00
parent ea81e747f3
commit 89642aec6c

View File

@ -167,7 +167,7 @@ vocabulary.
> ```
| Name | Description |
| ----------- | ---------------------------------------------------------------------------------------------------------- |
| ----------- | ------------------------------------------------- |
| `string` | The string of the word to look up. ~~str~~ |
| **RETURNS** | The lexeme in the vocabulary. ~~const LexemeC\*~~ |
@ -183,7 +183,7 @@ vocabulary.
> ```
| Name | Description |
| ----------- | ---------------------------------------------------------------------------------------------------------- |
| ----------- | ------------------------------------------------------ |
| `orth` | ID of the verbatim text content. ~~attr_t (uint64_t)~~ |
| **RETURNS** | The lexeme in the vocabulary. ~~const LexemeC\*~~ |