CODING_STYLE.md: fix a typo

Signed-off-by: Shuo Wang <wangshuo47@huawei.com>
This commit is contained in:
Shuo Wang 2020-11-03 14:42:25 +08:00
parent e6f3141eb6
commit 74dc7ff245

View file

@ -141,7 +141,7 @@ A [good commit message](http://who-t.blogspot.com/2009/12/on-commit-messages.htm
answer three questions: answer three questions:
- Why is it necessary? It may fix a bug, it may add a feature, it may - Why is it necessary? It may fix a bug, it may add a feature, it may
improve performance, reliabilty, stability, or just be a change for the improve performance, reliability, stability, or just be a change for the
sake of correctness. sake of correctness.
- How does it address the issue? For short obvious patches this part can be - How does it address the issue? For short obvious patches this part can be
omitted, but it should be a high level description of what the approach omitted, but it should be a high level description of what the approach