docs: fix typo

This commit is contained in:
Simon Schricker 2019-07-30 08:00:21 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent e397eb50da
commit 2d1b928109
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ title: Coding Style
p = foobar_unref(p);
```
which will always work regardless if `p` is initialized or not,x and
which will always work regardless if `p` is initialized or not, and
guarantees that `p` is `NULL` afterwards, all in just one line.
## Error Handling