Skip to content

Commit 8ed04a7

Browse files
authored
Fix hyphen/underscore (#2964)
1 parent 3c1f4b8 commit 8ed04a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/reference/reference_lua/uuid.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Below is list of all ``uuid`` functions and members.
106106

107107
.. _uuid-bin:
108108

109-
.. function:: bin([byteorder])
109+
.. function:: bin([byte-order])
110110

111111
:param string byte-order: Byte order of the resulting UUID:
112112

@@ -127,17 +127,17 @@ Below is list of all ``uuid`` functions and members.
127127

128128
.. _uuid-fromstr:
129129

130-
.. function:: fromstr(uuid_str)
130+
.. function:: fromstr(uuid-str)
131131

132-
:param string uuid_str: UUID in 36-byte hexadecimal string
132+
:param string uuid-str: UUID in 36-byte hexadecimal string
133133
:return: converted UUID
134134
:rtype: cdata
135135

136136
.. _uuid-frombin:
137137

138-
.. function:: frombin(uuid_bin [, byte_order])
138+
.. function:: frombin(uuid-bin [, byte-order])
139139

140-
:param string uuid_str: UUID in 16-byte binary string
140+
:param string uuid-bin: UUID in 16-byte binary string
141141
:param string byte-order: Byte order of the given string:
142142

143143
* ``'l'`` - little-endian

0 commit comments

Comments
 (0)