Skip to content

Commit

Permalink
Update Frequently_Asked_Questions.md
Browse files Browse the repository at this point in the history
Cosmetic change
  • Loading branch information
cowwoc authored Sep 21, 2024
1 parent 9da1e91 commit 44514f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/Frequently_Asked_Questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ For example:
1. [Suppliers.memoize()](https://guava.dev/releases/32.1.1-jre/api/docs/com/google/common/base/Suppliers.html#memoize-com.google.common.base.Supplier-)
doesn't provide a mechanism for checking whether the underlying value has been initialized.
This is important because, when implementing
[Factory.close,()](https://cowwoc.github.io/pouch/4.0/docs/api/com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/Factory.html#close())
[Factory.close()](https://cowwoc.github.io/pouch/4.0/docs/api/com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/Factory.html#close()),
you'll want to avoid initializing values that've never been initialized before.
2. This library provides convenience classes such as
[LazyFactory](https://cowwoc.github.io/pouch/4.0/docs/api/com.github.cowwoc.pouch.core/com/github/cowwoc/pouch/core/LazyFactory.html)
Expand Down

0 comments on commit 44514f5

Please sign in to comment.