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

@@ -452,8 +452,8 @@ public class FlexBuffersBuilder {
* Finishes a vector, but writing the information in the buffer
* @param key key used to store element in map
* @param start reference for begining of the vector. Returned by {@link startVector()}
* @param typed boolean indicating wether vector is typed
* @param fixed boolean indicating wether vector is fixed
* @param typed boolean indicating whether vector is typed
* @param fixed boolean indicating whether vector is fixed
* @return Reference to the vector
*/
public int endVector(String key, int start, boolean typed, boolean fixed) {