Docs: Fix a typo in %global build_type_safety_c

This commit is contained in:
Miro Hrončok 2023-10-24 12:21:00 +02:00
parent 75f13b0ffd
commit 3c3493dc40
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ a construct like this to avoid *lowering* a future default:
```
%if %build_type_safety_c < 2
%global %build_type_safety_c 2
%global build_type_safety_c 2
%endif
```