Skip to content

Commit 6e7161d

Browse files
committed
Fix typo
1 parent 33c24a7 commit 6e7161d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExplainableAI"
22
uuid = "4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
33
authors = ["Adrian Hill <[email protected]>"]
4-
version = "0.9.0"
4+
version = "0.10.0-DEV"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

src/input_augmentation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ end
5656
"""
5757
augment_indices(indices, n)
5858
59-
Strip batch indices and return inidices for batch augmented by n samples.
59+
Strip batch indices and return indices for batch augmented by n samples.
6060
6161
## Example
6262
```julia-repl

0 commit comments

Comments
 (0)