Skip to content

Commit

Permalink
Merge pull request #1496 from 9il/patch-3
Browse files Browse the repository at this point in the history
[2.072] Fix changelog typos
  • Loading branch information
schuetzm committed Oct 12, 2016
2 parents 756c777 + af5da41 commit e2e6d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog/2.072.0_pre.dd
Expand Up @@ -448,15 +448,15 @@ $(BUGSTITLE Library Changes,
`ptr` property is used in $(LINK2 https://github.com/libmir/mir, Mir)
for $(LINK2 http://docs.mir.dlang.io/latest/mir_sparse.html, sparse tensors).
`ndslice` developer mirror in Mir will be removed as
soon as LDC (LLVM D compiler) supports D version 2.072..
soon as LDC (LLVM D compiler) supports D version 2.072.
)
$(P Public constructor for `Slice` was added to support
$(MREF std,experimental,ndslice) integration
with other languages and libraries such as Julia language and NumPy library.
)
)

$(LI $(LNAME2 slice_toHash, $(P $(REF .Slice.toHash, std,experimental,ndslice,slice) method was added.))
$(LI $(LNAME2 slice_toHash, $(P $(REF Slice.toHash, std,experimental,ndslice,slice) method was added.))
---
import std.experimental.ndslice;

Expand Down

0 comments on commit e2e6d5b

Please sign in to comment.