Fix a typo in the time example.

This commit is contained in:
Dan Gohman
2022-01-31 11:12:30 -08:00
parent 5a1f5349af
commit c476e97387
+1 -1
View File
@@ -4,7 +4,7 @@
#[cfg(not(windows))]
fn main() {
println!(
"Raeal time: {:?}",
"Real time: {:?}",
rustix::time::clock_gettime(rustix::time::ClockId::Realtime)
);
println!(