summaryrefslogtreecommitdiff
path: root/prism_compile.c
diff options
context:
space:
mode:
authorydah <[email protected]>2024-09-28 17:25:41 +0900
committerHiroshi SHIBATA <[email protected]>2024-09-30 13:04:49 +0900
commit1b6c234fec2addd74a4fe2349edd853adde91df8 ()
tree6177091b24d204ea6687d8af90a7f50f6052217a /prism_compile.c
parent3fe59b04d6ed099c92d749a948f452f562cdae51 (diff)
s/reproducable/reproducible/
Notes: Merged: https://.com/ruby/ruby/pull/11718
-rw-r--r--prism_compile.c2
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@
/**
* This compiler defines its own concept of the location of a node. We do this
* because we want to pair line information with node identifier so that we can
- * have reproducable parses.
*/
typedef struct {
/** This is the line number of a node. */