docs: fixing typos

This commit is contained in:
Alexander Bezzubov 2017-06-21 12:06:16 +02:00
parent 81c101ce45
commit f4528fcd89

View File

@ -25,7 +25,7 @@ lang, _ = GetLanguageByContent("foo.m", "<matlab-code>")
fmt.Println(lang)
// result: Matlab
lang, _ = GetLanguageByContent("bar.m", "<pbjective-c-code>")
lang, _ = GetLanguageByContent("bar.m", "<objective-c-code>")
fmt.Println(lang)
// result: Objective-C