Skip to content

Commit c9a8abc

Browse files
Guanqun Lugitster
authored andcommitted
fix typo in Documentation
Signed-off-by: Guanqun Lu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e1e4389 commit c9a8abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/api-strbuf.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allocated memory or not), use `strbuf_detach()` to unwrap a memory
2121
buffer from its strbuf shell in a safe way. That is the sole supported
2222
way. This will give you a malloced buffer that you can later `free()`.
2323
+
24-
However, it it totally safe to modify anything in the string pointed by
24+
However, it is totally safe to modify anything in the string pointed by
2525
the `buf` member, between the indices `0` and `len-1` (inclusive).
2626

2727
. The `buf` member is a byte array that has at least `len + 1` bytes

0 commit comments

Comments
 (0)