Skip to content

Commit 4051975

Browse files
committed
docs(msgpack): simplify parse limits documentation
- Remove unnecessary backward compatibility note
1 parent 7caf5a7 commit 4051975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/msgpack.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub const ParseLimits = struct {
113113
max_ext_length: usize = 100 * 1024 * 1024,
114114
};
115115

116-
/// Default parse limits (for backward compatibility)
116+
/// Default parse limits
117117
pub const DEFAULT_LIMITS = ParseLimits{};
118118

119119
/// the Str Type

0 commit comments

Comments
 (0)