File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2749,7 +2749,7 @@ impl Compiler {
2749
2749
/// Bind a function in the current scope
2750
2750
///
2751
2751
/// # Errors
2752
- /// Returns an error in the binding name is not valid
2752
+ /// Returns an error if the binding name is not valid
2753
2753
pub fn bind_function ( & mut self , name : impl Into < EcoString > , function : Function ) -> UiuaResult {
2754
2754
self . bind_function_with_meta ( name, function, BindingMeta :: default ( ) )
2755
2755
}
@@ -2773,7 +2773,7 @@ impl Compiler {
2773
2773
/// This function is the only way to bind `# External!` functions.
2774
2774
///
2775
2775
/// # Errors
2776
- /// Returns an error in the binding name is not valid
2776
+ /// Returns an error if the binding name is not valid
2777
2777
pub fn create_bind_function (
2778
2778
& mut self ,
2779
2779
name : impl Into < EcoString > ,
You can’t perform that action at this time.
0 commit comments