Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

docs: fix simple typo, preceeding -> preceding #424

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion src/tokenizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ static void reset_token_start_point(GumboTokenizerState* tokenizer) {

// Sets the tag buffer original text and start point to the current iterator
// position. This is necessary because attribute names & values may have
// whitespace preceeding them, and so we can't assume that the actual token
// whitespace preceding them, and so we can't assume that the actual token
// starting point was the end of the last tag buffer usage.
static void reset_tag_buffer_start_point(GumboParser* parser) {
GumboTokenizerState* tokenizer = parser->_tokenizer_state;
Expand Down