mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 14:43:05 -03:00
docs: fixing typos
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user