Fix typo in docu (#6714)

wether => whether
This commit is contained in:
jdees
2021-06-30 20:55:56 +02:00
committed by GitHub
parent 22498cf3a9
commit c0ba2870c9
3 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ Using FlatBuffers in Lobster should be relatively fast, as the implementation
makes use of native support for writing binary values, and access of vtables.
Both generated code and the runtime library are therefore small and fast.
Actual speed will depend on wether you use Lobster as bytecode VM or compiled to
Actual speed will depend on whether you use Lobster as bytecode VM or compiled to
C++.
## Text Parsing