Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 25, 2019
1 parent 90db1ed commit 9bf5228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/dict.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Dict{String,Int64} with 2 entries:
"A" => 1
```
After creation of a Dict you can use `d[x]`for getting the values and `d[x]=y` for changing the values.
After creation of a Dict you can use `d[x]` for getting the values and `d[x]=y` for changing the values.
```jldoctest
julia> d["A"]
1
Expand Down

0 comments on commit 9bf5228

Please sign in to comment.