Skip to content

Commit d39ad89

Browse files
authored
Update max-none-class.md
1 parent 8338f77 commit d39ad89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/standard-library/max-none-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This member function always returns **true**.
8888

8989
### Remarks
9090

91-
This member function is called by `cache_freelist::deallocate`. If the call returns **true**, `deallocate` puts the memory block on the free list; if it returns false, `deallocate` calls operator **delete** to deallocate the block.
91+
This member function is called by `cache_freelist::deallocate`. If the call returns **true**, `deallocate` puts the memory block on the free list; if it returns **false**, `deallocate` calls operator **delete** to deallocate the block.
9292

9393
## <a name="released"></a> max_none::released
9494

0 commit comments

Comments
 (0)