Skip to content

Commit

Permalink
Noticing a small inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickWrite authored Sep 27, 2023
1 parent e6d3a36 commit be4d3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ FluentBundle bundle = FluentBundleBuilder.builder(Locale.ENGLISH)

And now you can use the different messages for translation:
```java
System.out.println(bundle.resolveMessage("test", new StringResultBuilder()).get());
System.out.println(bundle.resolveMessage("test", StringResultFactory.construct()).get());
```

```console
Expand Down

0 comments on commit be4d3a1

Please sign in to comment.