mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
docs: fixing typos
This commit is contained in:
parent
81c101ce45
commit
f4528fcd89
@ -25,7 +25,7 @@ lang, _ = GetLanguageByContent("foo.m", "<matlab-code>")
|
|||||||
fmt.Println(lang)
|
fmt.Println(lang)
|
||||||
// result: Matlab
|
// result: Matlab
|
||||||
|
|
||||||
lang, _ = GetLanguageByContent("bar.m", "<pbjective-c-code>")
|
lang, _ = GetLanguageByContent("bar.m", "<objective-c-code>")
|
||||||
fmt.Println(lang)
|
fmt.Println(lang)
|
||||||
// result: Objective-C
|
// result: Objective-C
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user