Skip to content

Commit

Permalink
Fix changelog typos
Browse files Browse the repository at this point in the history
  • Loading branch information
9il committed Oct 10, 2016
1 parent 756c777 commit af5da41
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 af5da41

Please sign in to comment.