Diffstat (limited to 'src/build.rs')
| -rw-r--r-- | src/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.rs b/src/build.rs index 0322c6a..d66bf84 100644 --- a/src/build.rs +++ b/src/build.rs @@ -35,7 +35,7 @@ pub trait Builder<'ctx>: Default { /// Finish the value. /// - /// If an error happened with the builder during the walk + /// If an error happened with the builder during the walk /// it will be reported here. fn build(self) -> Result<Self::Value, Self::Error>; } |