Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/std/comptime_string_map.zig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
const std = @import("std.zig");
const mem = std.mem;

/// Like ComptimeStringHashMap but optimized for small sets of disparate string keys.
/// Comptime string map optimized for small sets of disparate string keys.
/// Works by separating the keys by length at comptime and only checking strings of
/// equal length at runtime.
///
Expand Down