From 90c1bbd07862c6e1c3ce80306d69eee8ed277056 Mon Sep 17 00:00:00 2001 From: Sergio Arbeo Date: Mon, 30 Jan 2017 19:04:46 +0100 Subject: Fix some typos in plumbing docs (#244) --- plumbing/format/config/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plumbing/format/config/common.go') diff --git a/plumbing/format/config/common.go b/plumbing/format/config/common.go index d2f1e5c..cc1e81a 100644 --- a/plumbing/format/config/common.go +++ b/plumbing/format/config/common.go @@ -13,7 +13,7 @@ type Config struct { type Includes []*Include -// A reference to a included configuration. +// A reference to an included configuration. type Include struct { Path string Config *Config -- cgit