summaryrefslogtreecommitdiff
path: root/rust/src/function.rs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-08-04 22:22:39 -0400
committerJordan Wiens <jordan@psifertex.com>2024-08-04 22:22:39 -0400
commit1dfe04d552dd8ff377abc2bdba7f16742bcd7bd9 (patch)
treee68fd45566d84f4b304636ef937e0cb246d58a51 /rust/src/function.rs
parent942d1cd1c0517e7a73a0a6f3d0102b25b967e40e (diff)
spelling error in rust docs for provenance
Diffstat (limited to 'rust/src/function.rs')
-rw-r--r--rust/src/function.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/function.rs b/rust/src/function.rs
index bfd8b587..8b38ec54 100644
--- a/rust/src/function.rs
+++ b/rust/src/function.rs
@@ -2085,7 +2085,7 @@ impl Function {
}
/// Returns a string representing the provenance. This portion of the API
- /// is under develoment. Currently the provenance information is
+ /// is under development. Currently the provenance information is
/// undocumented, not persistent, and not saved to a database.
pub fn provenance(&self) -> BnString {
unsafe { BnString::from_raw(BNGetProvenanceString(self.handle)) }