From 04906d6993dc776d2081b0489b97808dd7b6f61a Mon Sep 17 00:00:00 2001 From: Johanna Berewinkel Date: Thu, 5 Mar 2015 12:01:42 +0100 Subject: [PATCH] Changed some characters (&! -> !&) in the documentation in lib/pure/hashes.nim --- lib/pure/hashes.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pure/hashes.nim b/lib/pure/hashes.nim index 30daaf2dc6..a16342d446 100644 --- a/lib/pure/hashes.nim +++ b/lib/pure/hashes.nim @@ -33,8 +33,8 @@ ## proc hash(x: Something): THash = ## ## Computes a THash from `x`. ## var h: THash = 0 -## h = h &! hash(x.foo) -## h = h &! hash(x.bar) +## h = h !& hash(x.foo) +## h = h !& hash(x.bar) ## result = !$h import