From 6ab773fa738c0b9db6f49b3a70decf7e7485e61a Mon Sep 17 00:00:00 2001 From: One <43485962+c-git@users.noreply.github.com> Date: Sun, 5 Nov 2023 14:32:11 -0500 Subject: [PATCH] Update init.rs Add comment indicating that there is more content than init --- examples/init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/init.rs b/examples/init.rs index 3e447cbdee..ee827087f1 100644 --- a/examples/init.rs +++ b/examples/init.rs @@ -1,5 +1,5 @@ /* - * libgit2 "init" example - shows how to initialize a new repo + * libgit2 "init" example - shows how to initialize a new repo (also includes how to do an initial commit) * * Written by the libgit2 contributors *