Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
edit docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tlonist committed Nov 7, 2022
1 parent 51b8bc0 commit 25ba5aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wordle/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
(defn update-result
"input : [`w` `a` `t` `e` `r`]
answer : [`p` `o` `w` `e` `r`]
input과 answer가 완벽히 일치하면 solved event를 dispatch"
input과 answer가 완벽히 일치하면 아래의 코드를 실행.
(dispatch [::events/update-status :solved])"
[input answer]
#_(let [correct-letters (map = input answer)]
(cond
Expand Down

0 comments on commit 25ba5aa

Please sign in to comment.