From db0d6b14e609559bd47b59a2ca7506410ad9e212 Mon Sep 17 00:00:00 2001 From: noahbenson Date: Tue, 19 Oct 2021 18:43:40 -0700 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e679aec..b715f4e 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ julia> using Air julia> vol = Volatile(PDict(:a => 1, :b => 2, :c => 3)) Volatile{PDict{Symbol,Int64}}(@CjK4yBeEKUm: PDict(:c => 3,:a => 1,:b => 2)) -# Like with Ref objects, Volatiles can be access with getindex(), inside or +# Like with Ref objects, Volatiles can be accessed with getindex(), inside or # outside of a transaction. julia> vol[] PDict{Symbol,Int64} with 3 entries: