From f0f82c253db83d58ca09c8ed064edc79bd26a063 Mon Sep 17 00:00:00 2001 From: Ryan Alexander Canete <101620410+Rcanete26@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:56:59 +0800 Subject: [PATCH] Update pages/common/git-mktree.md Co-authored-by: K.B.Dharun Krishna --- pages/common/git-mktree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-mktree.md b/pages/common/git-mktree.md index cbb1a57092..aebe3bd48b 100644 --- a/pages/common/git-mktree.md +++ b/pages/common/git-mktree.md @@ -1,6 +1,6 @@ # git mktree -> Build a tree-object using ls-tree formatted text. +> Build a tree object using `ls-tree` formatted text. > More information: . - Allow for missing objects which bypass the default behavior that verifies each tree entry has an existing object: