code comment cleanup

pull/264/head
Davide Bertola 3 years ago
parent e91564afe7
commit 1aa0023797

@ -558,8 +558,9 @@ macro_rules! impl_program_unload {
impl $struct_name {
/// Unloads the program from the kernel.
///
/// Links will be detached before unloading the program.
/// Note that OwnedLinks you obtained using ´forget_link()´ will not be detached.
/// Links will be detached before unloading the program. Note
/// that owned links obtained using `forget_link()` will not be
/// detached.
pub fn unload(&mut self) -> Result<(), ProgramError> {
unload_program(&mut self.data)
}

Loading…
Cancel
Save