Skip to content

Commit b3898e3

Browse files
committed
convert indentation to spaces in the implicit polymorphism codblock
1 parent 3186168 commit b3898e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/posts/odin-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,9 +573,9 @@ foo: SomeStruct(int)
573573
574574
// "implicit" polymorphism implies that the type of a parameter is inferred from its input ($A: $B)
575575
foo :: proc($N: $I, $T: typeid) {
576-
// N is the constant value passed
577-
// I is the type of N
578-
// T is the type passed
576+
// N is the constant value passed
577+
// I is the type of N
578+
// T is the type passed
579579
}
580580
example := foo(4, int)
581581

0 commit comments

Comments
 (0)