Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Dec 16, 2023
1 parent 05e86af commit 7ddaa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/izeye/app/askanything/domain/Answer.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Answer.
*
* @param text answer text
* @author Johny Lim
* @author Johnny Lim
*/
public record Answer(String text) {
}

0 comments on commit 7ddaa74

Please sign in to comment.