Skip to content

Commit e552c6b

Browse files
committed
m
1 parent 53f67ef commit e552c6b

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
@@ -42,7 +42,7 @@ tmp_blobs = append(tmp_blobs, new_blob2)
4242
// 4. Compare blobs ()
4343
global_blobs.MatchToExisting(tmp_blobs)
4444

45-
// 5. Repeat 2-4 every time when you find new objects on images. MatchToExisting() will update existing blobs and register new ones.
45+
// 5. Repeat steps 2-4 every time when you find new objects on images. MatchToExisting() will update existing blobs and register new ones.
4646
```
4747

4848
## Support

0 commit comments

Comments
 (0)