k-takata / Onigmo

Onigmo is a regular expressions library forked from Oniguruma.
Other
626 stars 94 forks source link

docs: fix simple typo, strutures -> structures #154

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in st.h.

Should read structures rather than strutures.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

codecov-io commented 3 years ago

Codecov Report

Merging #154 (29082a9) into master (a06a42b) will decrease coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #154      +/-   ##
==========================================
- Coverage   82.86%   82.79%   -0.08%     
==========================================
  Files          63       63              
  Lines       12613    12646      +33     
==========================================
+ Hits        10452    10470      +18     
- Misses       2161     2176      +15     
Impacted Files Coverage Δ
testc.c 96.03% <0.00%> (-1.90%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a06a42b...29082a9. Read the comment docs.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 80.974% when pulling 29082a9f81614d1bf76513d74861169022c97ac3 on timgates42:bugfix_typo_structures into a06a42b51713eeafe30a939827031c3ba79da936 on k-takata:master.

k-takata commented 3 years ago

Thank you.