Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 887ae7e

Browse files
committed
Merge pull request libgit2#4 from kevinsawicki/patch-1
Removing trailing '$'
2 parents 6c7de9d + 45c18c9 commit 887ae7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h3>Raw to Hex</h3>
119119

120120
git_oid_mkraw(&oid, raw);
121121
git_oid_fmt(out, &oid);
122-
printf("SHA hex string: %s\n", out);$
122+
printf("SHA hex string: %s\n", out);
123123
</pre>
124124

125125
<br/>

0 commit comments

Comments
 (0)