Skip to content

Commit aece338

Browse files
authored
Fix mistake in SMODS.add_to_pool documentation (#67)
1 parent 61a0180 commit aece338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Internal-Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ Returned a signed string of `val` as dollars, prefixed with "$" if positive and
109109
Returns the result of multiplying `base` and `perma + 1`.
110110
#### `SMODS.add_to_pool(prototype_obj, args) -> bool?, table?`
111111
Helper function to check if an object can be added into a pool,
112-
- If `prototype_obj.in_pool` is defined, returns the result of `in_pool`, otherwise returns `false`.
112+
- If `prototype_obj.in_pool` is defined, returns the result of `in_pool`, otherwise returns `true`.

0 commit comments

Comments
 (0)