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

Commit 1bcef40

Browse files
authored
typo in comment
1 parent 39daf63 commit 1bcef40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/launchdarkly/client/RedisFeatureStoreBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public RedisFeatureStoreBuilder(String scheme, String host, int port, long cache
9292
* Specifies the database number to use.
9393
* <p>
9494
* The database number can also be specified in the Redis URI, in the form {@code redis://host:port/NUMBER}. Any
95-
* non-null value that you set with {@lkink #database(Integer)} will override the URI.
95+
* non-null value that you set with {@link #database(Integer)} will override the URI.
9696
*
9797
* @param database the database number, or null to fall back to the URI or the default
9898
* @return the builder

0 commit comments

Comments
 (0)