summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f81da347..399d2cf1 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -712,8 +712,8 @@ impl Builder {
self
}
- /// Whether the generated bindings should contain documentation comments or
- /// not.
+ /// Whether the generated bindings should contain documentation comments
+ /// (docstrings) or not.
///
/// This ideally will always be true, but it may need to be false until we
/// implement some processing on comments to work around issues as described