Skip to content

Commit a36db59

Browse files
committed
correct typo in javadoc to release it
1 parent 138a9e1 commit a36db59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/bioimage/modelrunner/pytorch/shm/TensorBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private TensorBuilder() {}
5555
* the {@link SharedMemoryArray} that is going to be converted into
5656
* a {@link NDArray} tensor
5757
* @param manager
58-
* DJL manager that controls the creation and destruction of {@link NDArrays}
58+
* DJL manager that controls the creation and destruction of {@link NDArray}s
5959
* @return the Pytorch {@link NDArray} as the one stored in the shared memory segment
6060
* @throws IllegalArgumentException if the type of the {@link SharedMemoryArray}
6161
* is not supported

0 commit comments

Comments
 (0)