From 1cf34d46b47e7b090ee210820af7d75c6fb51041 Mon Sep 17 00:00:00 2001 From: Amber Date: Fri, 18 Sep 2020 12:29:31 +0000 Subject: [PATCH] Docs: fix contribcode git add [skip benchmark] --- docs/Contributing/ContributingCode.mdr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Contributing/ContributingCode.mdr b/docs/Contributing/ContributingCode.mdr index bfb85505..9a83553b 100644 --- a/docs/Contributing/ContributingCode.mdr +++ b/docs/Contributing/ContributingCode.mdr @@ -33,7 +33,7 @@ make watch ### Add your changes ``` sh -git add docs/myfile.mdr +git add src/myfile.c ``` ### Let the world know -- 2.43.0