Skip to content

Update function names declared upfront in pegthing#177

Open
serixscorpio wants to merge 1 commit intoflyingmachine:masterfrom
serixscorpio:pegthing-fn-declare
Open

Update function names declared upfront in pegthing#177
serixscorpio wants to merge 1 commit intoflyingmachine:masterfrom
serixscorpio:pegthing-fn-declare

Conversation

@serixscorpio
Copy link

While I was going through the pegthing example (web and ebook version), I noticed the function names in

(declare successful-move prompt-move game-over query-rows)

seem to be mismatched from the remaining code example. After checking against https://github.com/flyingmachine/pegthing/blob/master/src/pegthing/core.clj, I changed to

(declare user-entered-valid-move user-entered-invalid-move prompt-move game-over prompt-rows)

in order to refer to those function names before they are defined. This PR reflects the corresponding change in the HTML. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant