Merge pull request #10 from timgates42/bugfix_typo_initialized

docs: fix simple typo, intialized -> initialized
This commit is contained in:
rxi 2020-12-17 09:46:13 +00:00 committed by GitHub
commit ed4cda96bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# C API
To use `fe` in a project a `fe_Context` must first be intialized;
To use `fe` in a project a `fe_Context` must first be initialized;
this is done by using the `fe_open()` function. The function expects a
block of memory (typically greater than 16kb), the block is used by the
context to store objects and context state and should remain valid for