From 1dfe04d552dd8ff377abc2bdba7f16742bcd7bd9 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 4 Aug 2024 22:22:39 -0400 Subject: spelling error in rust docs for provenance --- rust/src/function.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src') 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)) } -- cgit v1.3.1