summaryrefslogtreecommitdiff
path: root/src/exercise.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-05-13 21:40:40 +0200
committermo8it <mo8it@proton.me>2024-05-13 21:40:40 +0200
commitd48e86b1540dcf649412c088cc50161f3e356e26 (patch)
tree4c2e4c833ccb8797795e7a9e2858f6b2d8f140f9 /src/exercise.rs
parent39a19f945008ef59af107fe54d9dc62943469c8b (diff)
Use public comments for public items
Diffstat (limited to 'src/exercise.rs')
-rw-r--r--src/exercise.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exercise.rs b/src/exercise.rs
index 494fc42..a63c9aa 100644
--- a/src/exercise.rs
+++ b/src/exercise.rs
@@ -14,7 +14,7 @@ use crate::{
DEBUG_PROFILE,
};
-// The initial capacity of the output buffer.
+/// The initial capacity of the output buffer.
pub const OUTPUT_CAPACITY: usize = 1 << 14;
pub struct Exercise {