Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit fa5ac24

Browse files
authored
Update README.md
fix typo error
1 parent 5e61626 commit fa5ac24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Use the gathered knowledge to classify unknown objects with their features. The
6262

6363
```java
6464
String[] unknownText1 = "today is a sunny day".split("\\s");
65-
bayes.classify(Arrays.asList(unknownText1)).getCategory());
65+
bayes.classify(Arrays.asList(unknownText1)).getCategory();
6666
```
6767

6868
Example

0 commit comments

Comments
 (0)