diff --git a/lib/pure/typetraits.nim b/lib/pure/typetraits.nim index 28b661ccfc..2570afbf88 100644 --- a/lib/pure/typetraits.nim +++ b/lib/pure/typetraits.nim @@ -89,7 +89,7 @@ since (1, 1): since (1, 1): template get*(T: typedesc[tuple], i: static int): untyped = - ## Return `i`th element of `T` + ## Return `i`\th element of `T` # Note: `[]` currently gives: `Error: no generic parameters allowed for ...` type(default(T)[i])