We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b35c300 + eeb45f3 commit 778df8fCopy full SHA for 778df8f
dsl/es.h
@@ -114,7 +114,7 @@ int es_boolean_get (const EsObject* object);
114
* String
115
*/
116
EsObject* es_string_new (const char* value);
117
-EsObject* es_string_newL (const char* value, size_t lenght);
+EsObject* es_string_newL (const char* value, size_t length);
118
int es_string_p (const EsObject* object);
119
const char* es_string_get (const EsObject* object);
120
0 commit comments