Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedfakhar authored Jul 8, 2017
1 parent d795611 commit 40d11a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/t05_ToplevelFunctions/good.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package t05_ToplevelFunctions.bad
package t05_ToplevelFunctions.good

fun isPhoneNumber(s: String) =
s.length == 7 && s.all { it.isDigit() }

0 comments on commit 40d11a2

Please sign in to comment.