diff src/StaticDicts/StaticDicts.jl @ 848:be24e6374d24 operator_storage_array_of_table

Merge feature/setup_documenter
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 14 Jan 2022 13:34:40 +0100
parents 76e5682d0e52
children ff9d738c9b21
line wrap: on
line diff
--- a/src/StaticDicts/StaticDicts.jl	Thu Jan 13 13:09:10 2022 +0100
+++ b/src/StaticDicts/StaticDicts.jl	Fri Jan 14 13:34:40 2022 +0100
@@ -10,7 +10,7 @@
 
 The immutable nature means that `StaticDict` can be compared with `===`, in
 constrast to regular `Dict` or `ImmutableDict` which can not. (See
-https://github.com/JuliaLang/julia/issues/4648 for details) One important
+<https://github.com/JuliaLang/julia/issues/4648> for details) One important
 aspect of this is that `StaticDict` can be used in a struct while still
 allowing the struct to be comared using the default implementation of `==` for
 structs.