diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2024-08-04 22:22:39 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2024-08-04 22:22:39 -0400 |
| commit | 1dfe04d552dd8ff377abc2bdba7f16742bcd7bd9 (patch) | |
| tree | e68fd45566d84f4b304636ef937e0cb246d58a51 /rust/src | |
| parent | 942d1cd1c0517e7a73a0a6f3d0102b25b967e40e (diff) | |
spelling error in rust docs for provenance
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)) } |
