File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ Returns whether the instance is considered "empty". An instance is considered em
1414
1515#### Preconditions
1616
17- The instance must * not* be in a discarded state. The precondition * may * be checked by the implementation with ` assert ` .
17+ The instance must * not* be in a discarded state.
1818
1919#### Return value
2020
21- ` true ` when the instance is considered empty, ` true ` otherwise.
21+ ` true ` when the instance is considered empty, ` false ` otherwise.
2222
2323#### Exceptions
2424
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Returns whether the instance has been initialized. Note that an initialized valu
88
99#### Preconditions
1010
11- The instance must * not* be in a discarded state. This precondition * might * be checked by the implementation with an ` assert ` .
11+ The instance must * not* be in a discarded state.
1212
1313#### Return value
1414
You can’t perform that action at this time.
0 commit comments