Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Jan 6, 2025
1 parent 44fcef4 commit af74fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dice/template-library/limit_allocator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace dice::template_library {
*/
enum struct limit_allocator_syncness : bool {
sync, ///< thread-safe (synchronized)
unsync///< not thread-safe (unsynchronized)
unsync, ///< not thread-safe (unsynchronized)
};

namespace detail_limit_allocator {
Expand Down

0 comments on commit af74fef

Please sign in to comment.