Skip to content

Commit e536f1b

Browse files
committed
Fix documentation typo.
1 parent 18413f9 commit e536f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strings.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ library strings {
107107

108108
/*
109109
* @dev Returns a slice containing the entire bytes32, interpreted as a
110-
* null-termintaed utf-8 string.
110+
* null-terminated utf-8 string.
111111
* @param self The bytes32 value to convert to a slice.
112112
* @return A new slice containing the value of the input argument up to the
113113
* first null.

0 commit comments

Comments
 (0)