Skip to content

Commit 9987495

Browse files
authored
Update README.md
1 parent c907e95 commit 9987495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var pixel = randomAccess.setPositionAndGet(position)
5353
println pixel
5454
5555
56-
// It is also possible to create an ImageServer from a RandomAccessible or Img.
56+
// It is also possible to create an ImageServer from a RandomAccessible or Img
5757
var newServer = ImgLib2ImageServer.builder(List.of(randomAccessible)).build()
5858
println newServer
5959
```

0 commit comments

Comments
 (0)