diff src/StaticDicts/StaticDicts.jl @ 838:76e5682d0e52 feature/setup_documenter

Fix a bunch of docstring mistakes
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 14 Jan 2022 09:19:07 +0100
parents ffb71bdb4486
children ff9d738c9b21
line wrap: on
line diff
--- a/src/StaticDicts/StaticDicts.jl	Fri Jan 14 09:01:12 2022 +0100
+++ b/src/StaticDicts/StaticDicts.jl	Fri Jan 14 09:19:07 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.