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

Commit 3f8d874

Browse files
authored
Merge pull request #16 from davidantoon/patch-1
Update README.md
2 parents 5e61626 + fa5ac24 commit 3f8d874

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)