diff options
author | ydah <[email protected]> | 2024-09-28 17:25:41 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-09-30 13:04:49 +0900 |
commit | 1b6c234fec2addd74a4fe2349edd853adde91df8 () | |
tree | 6177091b24d204ea6687d8af90a7f50f6052217a /prism_compile.c | |
parent | 3fe59b04d6ed099c92d749a948f452f562cdae51 (diff) |
s/reproducable/reproducible/
Notes: Merged: https://.com/ruby/ruby/pull/11718
-rw-r--r-- | prism_compile.c | 2 |
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. */ |