cosmetic doc fixes

This commit is contained in:
Maxim Ulanovskiy 2019-12-26 18:59:38 +03:00
parent cd95ece0ed
commit 32995e3ad5
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ public:
/** In some usecase (hello Kafka) we need to read a lot of tiny streams in exactly the same format.
* The recreating of parser for each small stream takes too long, so we introduce a method
* resetParser() which allow to reset the state of parser to continure reading of
* resetParser() which allow to reset the state of parser to continue reading of
* source stream w/o recreating that.
* That should be called after current buffer was fully read.
*/

View File

@ -107,7 +107,7 @@ Using libraries from OS packages is discouraged, but we also support this option
- shared;
Static linking is the only option for production usage.
We also have support for shared linking, but it is indended only for developers.
We also have support for shared linking, but it is intended only for developers.
#### Make tools:
- make;