Skip to content

Commit 3f32fe6

Browse files
committed
Silly commit to make the CI run
1 parent ee8a02b commit 3f32fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/clock/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub fn main() {
2323
});
2424
}
2525

26-
/// Render the date with the `:` flashing every second into `el`.
26+
/// Render the date with the `:` flashing on and off every second into `el`.
2727
fn render_date(el: &web_sys::Element) {
2828
// print the current date
2929
let date = chrono::Local::now();

0 commit comments

Comments
 (0)