diff options
author | Martin Emde <[email protected]> | 2023-11-18 14:52:40 -0800 |
---|---|---|
committer | git <[email protected]> | 2023-11-19 00:56:27 +0000 |
commit | db6492092f6ebcbaeecbd6851722c38619182bb1 (patch) | |
tree | 3c4691e9990bf33ce8ca24a98cab7b39d05abc9c /prism | |
parent | bc744f3f0fbef90934b01f257001d8265055f48e (diff) |
[ruby/prism] Fix typos in comments and docs
https://github.com/ruby/prism/commit/16b3d19758
Diffstat (limited to 'prism')
-rw-r--r-- | prism/prism.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prism/prism.c b/prism/prism.c index 45be6cfb23..ddba96c001 100644 --- a/prism/prism.c +++ b/prism/prism.c @@ -16,7 +16,7 @@ pm_version(void) { #ifndef PM_DEBUG_LOGGING /** - * Debugging logging will provide you will additional debugging functions as + * Debugging logging will provide you with additional debugging functions as * well as automatically replace some functions with their debugging * counterparts. */ |