Skip to content

Commit

Permalink
fix typo (#86)
Browse files Browse the repository at this point in the history
(cherry picked from commit d01e225)
  • Loading branch information
rcsanchez97 authored and rustagir committed Jun 4, 2024
1 parent 328aaf5 commit f2bbadf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h3>Non-terminals</h3>
<td class="fix nt">string</td>
<td class="fix op">::=</td>
<td class="fix ex">int32 (byte*) unsigned_byte(0)</td>
<td>String - The int32 is the number bytes in the
<td>String - The int32 is the number of bytes in the
(byte*) plus one for the trailing null byte. The (byte*) is
zero or more UTF-8 encoded characters.</td>
</tr>
Expand Down Expand Up @@ -389,4 +389,4 @@ <h3>Notes</h3>
</script>
</body>

</html>
</html>

0 comments on commit f2bbadf

Please sign in to comment.