Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Oct 1, 2024
1 parent abcf7bb commit 89d1e23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private TileMaker(ModelDescriptor descriptor, List<TileInfo> tileInfoList) {
* @param descriptor
* Bioimage.io rdf.yaml specs file of the model of interest
* @param tileInfoList
* list of {@link Tileinfo} objects. Each of them should refer to one the input tensors of the model of
* list of {@link TileInfo} objects. Each of them should refer to one the input tensors of the model of
* interest, by the name used in the Bioimage.io specs file.
* @return an instance of {@link TileMaker} that handles tiling for the images and model of interest.
*/
Expand Down

0 comments on commit 89d1e23

Please sign in to comment.