From 2d1b928109fb390f6cb478d14460c7e117bcef06 Mon Sep 17 00:00:00 2001 From: Simon Schricker Date: Tue, 30 Jul 2019 08:00:21 +0200 Subject: [PATCH] docs: fix typo --- docs/CODING_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CODING_STYLE.md b/docs/CODING_STYLE.md index bf7ba3ea69c..3b9b5e6c46d 100644 --- a/docs/CODING_STYLE.md +++ b/docs/CODING_STYLE.md @@ -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 -- 2.39.2