docs: fix typo
authorSimon Schricker <sschricker@suse.de>
Tue, 30 Jul 2019 06:00:21 +0000 (08:00 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 30 Jul 2019 06:44:05 +0000 (08:44 +0200)
docs/CODING_STYLE.md

index bf7ba3e..3b9b5e6 100644 (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