Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit 2d4e549

Browse files
committed
Update paper.md
1 parent 4f659a8 commit 2d4e549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

study-project/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ Only some advanced concepts like pattern matching or algebraic data types are mi
370370
The only real downside is the dynamic and weakly typed type system of JavaScript.
371371
While this makes it easy to write reusable functions, it also makes it difficult to detect errors.
372372
This is especially the case with some parser functions that take many inputs, such as the `convert()` function.
373-
However, this disadvantage is a more general problem in JavaScript than a specific problem in functional programming.
373+
However, this issue is a more general problem in JavaScript than a specific problem in functional programming.
374374

375375
When it comes to implementing the parser, the differences between Go and JavaScript are subtle.
376376
The only outstanding difference is the higher verbosity of the Go code, due to type annotations and type casts.

0 commit comments

Comments
 (0)