Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shnmorimoto committed Dec 2, 2019
1 parent 8bdee36 commit e268193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/libsimpleservo/capi/src/lib.rs
Expand Up @@ -648,7 +648,7 @@ impl HostTrait for HostCallbacks {
}

fn on_load_started(&self) {
debug!("on_load_ended");
debug!("on_load_started");
(self.0.on_load_started)();
}

Expand Down

0 comments on commit e268193

Please sign in to comment.