Skip to content

Commit

Permalink
Fix whitespace in NEWS.md
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tkelman committed Apr 16, 2015
1 parent c7fb764 commit a1f20c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Language changes
* Arrays can be constructed with the syntax `Array{T}(m,n)` ([#3214], [#10075])

* `Dict` literal syntax `[a=>b,c=>d]` is replaced by `Dict(a=>b,c=>d)`,
`{a=>b}` is replaced by `Dict{Any,Any}(a=>b)`, and
`{a=>b}` is replaced by `Dict{Any,Any}(a=>b)`, and
`(K=>V)[...]` is replaced by `Dict{K,V}(...)`.
The new syntax has many advantages: all of its components are first-class,
it generalizes to other types of containers, it is easier to guess how to
Expand Down

0 comments on commit a1f20c1

Please sign in to comment.