File tree 1 file changed +5
-5
lines changed
doc/reference/reference_lua 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ Below is list of all ``uuid`` functions and members.
106
106
107
107
.. _uuid-bin :
108
108
109
- .. function :: bin([byteorder ])
109
+ .. function :: bin([byte-order ])
110
110
111
111
:param string byte-order: Byte order of the resulting UUID:
112
112
@@ -127,17 +127,17 @@ Below is list of all ``uuid`` functions and members.
127
127
128
128
.. _uuid-fromstr :
129
129
130
- .. function :: fromstr(uuid_str )
130
+ .. function :: fromstr(uuid-str )
131
131
132
- :param string uuid_str : UUID in 36-byte hexadecimal string
132
+ :param string uuid-str : UUID in 36-byte hexadecimal string
133
133
:return: converted UUID
134
134
:rtype: cdata
135
135
136
136
.. _uuid-frombin :
137
137
138
- .. function :: frombin(uuid_bin [, byte_order ])
138
+ .. function :: frombin(uuid-bin [, byte-order ])
139
139
140
- :param string uuid_str : UUID in 16-byte binary string
140
+ :param string uuid-bin : UUID in 16-byte binary string
141
141
:param string byte-order: Byte order of the given string:
142
142
143
143
* ``'l' `` - little-endian
You can’t perform that action at this time.
0 commit comments