Skip to content

Commit

Permalink
library: doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamcake committed Nov 16, 2024
1 parent c86ce42 commit 4c9e48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/library/doc.texi
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ mybuffer:setuint64(myoffset, myvalue)
@subsection setfloat32

Writes a number into the buffer at the given offset, as a four-byte IEEE
floatint point value. @xref{objects-buffer,,Buffer objects} for more on
floating-point value. @xref{objects-buffer,,Buffer objects} for more on
the buffer API.

@example lua
Expand All @@ -1226,7 +1226,7 @@ mybuffer:setfloat32(myoffset, myvalue)
@subsection setfloat64

Writes a number into the buffer at the given offset, as an eight-byte
IEEE floatint point value. @xref{objects-buffer,,Buffer objects} for
IEEE floating-point value. @xref{objects-buffer,,Buffer objects} for
more on the buffer API.

@example lua
Expand Down

0 comments on commit 4c9e48b

Please sign in to comment.