Skip to content

Commit

Permalink
Fix square-root stub function name (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Sep 17, 2024
1 parent a25472c commit 303f29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/square-root/src/square_root.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
-export([square_root/1]).


square(_Radicand) -> undefined.
square_root(_Radicand) -> undefined.

0 comments on commit 303f29c

Please sign in to comment.