Skip to content

Commit

Permalink
new mutability note
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Mar 15, 2023
1 parent d13d764 commit f979e38
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 104 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JuliaNotes"
uuid = "bb23d089-5b45-4deb-921c-94082d129500"
authors = ["Leandro Martinez <leandro@iqm.unicamp.br> and contributors"]
version = "1.0.19-DEV"
version = "1.0.19"

[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ makedocs(
"Anonymous functions" => "anonymous.md",
#"Union splitting" => "splitting.md",
"Tracking allocations" => "memory.md",
"Immutable variables" => "immutable.md",
"Mutability" => "immutable.md",
"ERROR: No method..." => "nomethod.md",
"Vector{Int} <: Vector{Real} is false???" => "typevariance.md",
"Figures and LaTeX" => "figures.md",
Expand Down
Loading

0 comments on commit f979e38

Please sign in to comment.