diff --git a/Manifest.toml b/Manifest.toml new file mode 100644 index 0000000..5bf31d2 --- /dev/null +++ b/Manifest.toml @@ -0,0 +1,10 @@ +# This file is machine-generated - editing it directly is not advised + +julia_version = "1.10.0-DEV" +manifest_format = "2.0" +project_hash = "8a2f8f6f9e9cb9391b612b012ee26ce83decd18d" + +[[deps.Tricks]] +git-tree-sha1 = "6bac775f2d42a611cdfcd1fb217ee719630c4175" +uuid = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775" +version = "0.1.6" diff --git a/docs/src/attribute.md b/docs/src/attribute.md index 75730a7..4db7c08 100644 --- a/docs/src/attribute.md +++ b/docs/src/attribute.md @@ -278,7 +278,7 @@ When we normalize attribute names, we strip leading underscores. We don't expand into attributes things that don't look like attributes. @htl "" - #-> ERROR: MethodError: no method matching inside_tag(::Int64)⋮ + #-> ERROR: MethodError: no method matching for call to inside_tag(::Int64)⋮ One can add additional attributes following a bare name.