Skip to content

Commit

Permalink
Updated Small typo in unbrotli.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Dec 22, 2024
1 parent 52a8062 commit a3e87ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/lib/unbrotli.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ module.exports = BrotliBitReader;
CONTEXT_SIGNED: second-order context model tuned for signed integers.
The context id for the UTF8 context model is calculated as follows. If p1
and p2 are the previous two bytes, we calcualte the context as
and p2 are the previous two bytes, we calculate the context as
context = kContextLookup[p1] | kContextLookup[p2 + 256].
Expand Down

0 comments on commit a3e87ff

Please sign in to comment.