Skip to content

Commit 2c8ccc9

Browse files
'->' to '=>'
1 parent f30760c commit 2c8ccc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: callbacks.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ \section{Functional Programming}\label{s:callbacks-functional}
342342
\begin{minted}{js}
343343
const test = [1,2,3]
344344
345-
const pure = (values) -> {
345+
const pure = (values) => {
346346
result = []
347347
for (let v of values) {
348348
result.push(v + 1)

0 commit comments

Comments
 (0)