Skip to content

Commit

Permalink
Update civet.dev/cheatsheet.md
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Demaine <[email protected]>
  • Loading branch information
STRd6 and edemaine authored Sep 9, 2023
1 parent a2a1d20 commit dd9bbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civet.dev/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ people.map .name // people.map($ => $.name)
numbers.filter & % 2 is 0
// numbers.filter($ => $ % 2 === 0)
// # Conditional declarations
// Conditional declarations
throw error if { error } := result
if [, dir, base] := /^(.*\/)?([^/]*)$/.exec file
Expand Down

0 comments on commit dd9bbab

Please sign in to comment.