Skip to content

Commit

Permalink
Tense fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Mar 26, 2023
1 parent 4d6e167 commit 21aac91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jsoup/helper/HttpConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static Connection connect(URL url) {
}

/**
Creates a new, empty HttpConnection.
Create a new, empty HttpConnection.
*/
public HttpConnection() {
req = new Request();
Expand Down

0 comments on commit 21aac91

Please sign in to comment.