Skip to content

Commit 4cea64a

Browse files
authored
developer-guide.md: Replace incorrect word (#210)
1 parent c16f7a4 commit 4cea64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ hash function for integers). Those changes eventually had to be rolled back
6464
after failing to make a fast enough implementation (using SSE instructions where
6565
possible) that also wasn't crashing on some platforms.
6666

67-
The current, someone frustrating, state is that you have to know which data
67+
The current, somewhat frustrating, state is that you have to know which data
6868
structures can be tampered with by users and either use SipHash just for those
6969
or switch to ordered containers that don't have collision problems. This package
7070
uses fast hash functions by default.

0 commit comments

Comments
 (0)