Skip to content

Commit 4e2ca65

Browse files
authored
Update builtin.h
1 parent 2d13dee commit 4e2ca65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builtin.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
* Git:
1616
*
1717
* . Define the implementation of the built-in command `foo` with
18-
* signature:
18+
* signature:
1919
*
2020
* int cmd_foo(int argc, const char **argv, const char *prefix);
2121
*
22-
* . Add the external declaration for the function to ``.
22+
* . Add the external declaration for the function to `builtin.h`.
2323
*
2424
* . Add the command to the `commands[]` table defined in `git.c`.
25-
* The entry should look like:
25+
* The entry should look like:
2626
*
2727
* { "foo", cmd_foo, <options> },
2828
*

0 commit comments

Comments
 (0)