Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Dec 13, 2023
1 parent a5d225b commit 68a0858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/falkordb/impl/api/DriverImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class DriverImpl implements Driver {
private final Pool<Jedis> pool;

/**
* Creates a client running on the specific host/post
* Creates a client running on the specific host/port
*
* @param host Server host
* @param port Server port
Expand All @@ -23,7 +23,7 @@ public DriverImpl(String host, int port) {
}

/**
* Creates a client running on the specific host/post
* Creates a client running on the specific host/port
*
* @param host Server host
* @param port Server port
Expand Down

0 comments on commit 68a0858

Please sign in to comment.