Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Commit

Permalink
Fix doctest in interface.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SnirkImmington committed Apr 11, 2016
1 parent 014ee2b commit 19a52f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ impl WlcInterface {
/// callback::output_created(output_created_callback);
/// // callback::more_callbacks() ...
///
/// let run_wlc = rustwlc::init().expect("Unable to start wlc!");
/// let run_wlc = rustwlc::init2().expect("Unable to start wlc!");
/// run_wlc();
/// ```
pub fn new() -> WlcInterface {
Expand Down

0 comments on commit 19a52f5

Please sign in to comment.