Skip to content

Commit

Permalink
Update with PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
takikawa committed Aug 20, 2024
1 parent ce02a31 commit 1a6cb76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source-map.bs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ The string `"iB"` represents a [=Base64 VLQ=] with two digits. The first digit
`"i"` encodes the bit pattern `0x100010`, which has a continuation bit of `1` (the
VLQ continues), a sign bit of `0` (non-negative), and the value bits `0x0001`.
The second digit `B` encodes the bit pattern `0x000001`, which has a continuation
bit of `0` and no sign bit. The decoding of this VLQ string is the number 17.
bit of `0`, no sign bit, and value bits `0x00001`. The decoding of this VLQ string
is the number 17.
</div>

<div class="example">
Expand Down

0 comments on commit 1a6cb76

Please sign in to comment.