Skip to content

Commit

Permalink
docs: Update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zurcusa committed Sep 20, 2024
1 parent 1821e35 commit 01b7cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/limechain/chain/Chain.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static Chain fromString(String chain) {
}

/**
* Tries to map protocol string parameter to an enum based on its protocol field.
* Tries to map chain id string parameter to an enum based on its id field.
*
* @param id name of the enum id to map
* @return {@link Chain} or null if mapping is unsuccessful
Expand Down

0 comments on commit 01b7cbf

Please sign in to comment.