Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in tutorial.kbd #728

Merged
merged 1 commit into from
Aug 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo in tutorial.kbd
  • Loading branch information
g3r committed Aug 5, 2023
commit 237fd3292dae71255b7241d43cfd3e3451a55ff7
2 changes: 1 addition & 1 deletion keymap/tutorial.kbd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

KMonad's configuration language is styled on various lisps, like scheme or
Common Lisp. In a lisp, every statement is entered between '(' and ')'s. If
you are more used to Fortan style languages (python, ruby, C, Java, etc.), the
you are more used to Fortran style languages (python, ruby, C, Java, etc.), the
change is quite straightforward: the function name moves into the parentheses,
and you don't use commas to separate arguments. I.e.

Expand Down