Skip to content

Commit b1b7c51

Browse files
committed
Correct Array::set method documentation
1 parent 716ff2f commit b1b7c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ where
466466
self.handle
467467
}
468468

469-
/// Returns the native FFI handle for Rust object `Array`
469+
/// Set the native FFI handle for Rust object `Array`
470470
pub fn set(&mut self, handle: af_array) {
471471
self.handle = handle;
472472
}

0 commit comments

Comments
 (0)