style: remove trailing colons in Safety section names

This commit is contained in:
Erich Gubler 2024-07-22 17:10:08 -04:00 committed by Jim Blandy
parent b350ca432b
commit 667096491d

View File

@ -11,7 +11,7 @@ extern "C" {
/// ///
/// returns true on success /// returns true on success
/// ///
/// # Safety: /// # Safety
/// ///
/// - opengl context MUST BE current /// - opengl context MUST BE current
/// - extension_name_null_terminated argument must be a valid string with null terminator. /// - extension_name_null_terminated argument must be a valid string with null terminator.