From 7df722844b8f7a6f56c098677abda98e852a1761 Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 15 Sep 2018 20:32:11 +0200 Subject: typetraits: Dots for sentence endings. --- lib/pure/typetraits.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pure/typetraits.nim b/lib/pure/typetraits.nim index f0838415b..c53b68864 100644 --- a/lib/pure/typetraits.nim +++ b/lib/pure/typetraits.nim @@ -52,11 +52,11 @@ proc genericHead*(t: typedesc): typedesc {.magic: "TypeTrait".} ## seq[int].genericHead[float] will be seq[float] ## ## A compile-time error will be produced if the supplied type - ## is not generic + ## is not generic. proc stripGenericParams*(t: typedesc): typedesc {.magic: "TypeTrait".} ## This trait is similar to `genericHead`, but instead of producing - ## error for non-generic types, it will just return them unmodified + ## error for non-generic types, it will just return them unmodified. proc supportsCopyMem*(t: typedesc): bool {.magic: "TypeTrait".} ## This trait returns true iff the type ``t`` is safe to use for -- cgit 1.4.1-2-gfad0