Skip to content

docs: fix simple typo, manualy -> manually #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/myhtml/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -2045,15 +2045,15 @@ myencoding_extracting_character_encoding_from_charset_with_found(const char *dat
* Init mycore_string_t structure
*
* @param[in] mchar_async_t*. It can be obtained from myhtml_tree_t object
* (see myhtml_tree_get_mchar function) or create manualy
* (see myhtml_tree_get_mchar function) or create manually
* For each Tree creates its object, I recommend to use it (myhtml_tree_get_mchar).
*
* @param[in] node_id. For all threads (and Main thread) identifier that is unique.
* if created mchar_async_t object manually you know it, if not then take from the Tree
* (see myhtml_tree_get_mchar_node_id)
*
* @param[in] mycore_string_t*. It can be obtained from myhtml_tree_node_t object
* (see myhtml_node_string function) or create manualy
* (see myhtml_node_string function) or create manually
*
* @param[in] data size. Set the size you want for char*
*
Expand Down
4 changes: 2 additions & 2 deletions source/myhtml/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -2045,15 +2045,15 @@ myencoding_extracting_character_encoding_from_charset_with_found(const char *dat
* Init mycore_string_t structure
*
* @param[in] mchar_async_t*. It can be obtained from myhtml_tree_t object
* (see myhtml_tree_get_mchar function) or create manualy
* (see myhtml_tree_get_mchar function) or create manually
* For each Tree creates its object, I recommend to use it (myhtml_tree_get_mchar).
*
* @param[in] node_id. For all threads (and Main thread) identifier that is unique.
* if created mchar_async_t object manually you know it, if not then take from the Tree
* (see myhtml_tree_get_mchar_node_id)
*
* @param[in] mycore_string_t*. It can be obtained from myhtml_tree_node_t object
* (see myhtml_node_string function) or create manualy
* (see myhtml_node_string function) or create manually
*
* @param[in] data size. Set the size you want for char*
*
Expand Down