Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 9b7fdde

Browse files
committed
Replace @Modified with @Updated
1 parent 0e99c27 commit 9b7fdde

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/General.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ end
338338
* Converts any variable to a boolean representation.
339339
*
340340
* @since 0.1.1
341-
* @modified 1.0.0
341+
* @updated 1.0.0
342342
*
343343
* @param {any} value - The value to be converted
344344
* @param {string} property - Whether the conversion should be
@@ -451,7 +451,7 @@ end
451451
* Converts a userdata into a string reprensentation.
452452
*
453453
* @since 1.0.0
454-
* @modified 1.1.0
454+
* @updated 1.1.0
455455
*
456456
* @param {userdata} userdata - The userdata to be converted
457457
*

src/Math.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* multiples, rounds up.
44
*
55
* @since 0.1.0
6-
* @modified 0.1.1
6+
* @updated 0.1.1
77
*
88
* @param {number} self - The number to be rounded
99
* @param {number} mult - The multiple base; defaults to 1

0 commit comments

Comments
 (0)