Fix typo in Println statement (#432)

* Fix typo in Println statement

* Generate HTML for public files.
This commit is contained in:
Ben McNicholl
2022-07-11 22:42:26 +10:00
committed by GitHub
parent 0eaaca29ef
commit 73cd7a73bb
3 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ func main() {
// specify the types for `K` and `V` when
// calling `MapKeys` - the compiler infers them
// automatically.
fmt.Println("keys m:", MapKeys(m))
fmt.Println("keys:", MapKeys(m))
// ... though we could also specify them explicitly.
_ = MapKeys[int, string](m)

View File

@@ -1,2 +1,2 @@
6219a4dadc2685ab1b61dc8e95799fd683ccb761
YulcAofh266
91465956a90881ec8b4cca3968b9aa1f6d9f1447
uXlb-AyeYmQ