lc-soft / LCUI

C library for building user interfaces
https://lcui-dev.github.io
MIT License
4.13k stars 356 forks source link

docs: fix simple typo, rectagle -> rectangle #224

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in src/draw/border.c.

Should read rectangle rather than rectagle.

commit-lint[bot] commented 3 years ago

Documentation

Contributors

@timgates42

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR
codecov[bot] commented 3 years ago

Codecov Report

Merging #224 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #224   +/-   ##
========================================
  Coverage    55.06%   55.06%           
========================================
  Files           91       91           
  Lines        16679    16679           
========================================
  Hits          9184     9184           
  Misses        7495     7495           
Impacted Files Coverage Δ
src/draw/border.c 29.14% <ø> (ø)

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 dae2d26...d94fc3d. Read the comment docs.