diff options
Diffstat (limited to 'rust/src')
| -rw-r--r-- | rust/src/function.rs | 2 |
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)) } |
