Skip to content

Commit

Permalink
fix doctest name
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdump committed Mar 3, 2024
1 parent 916e13d commit 3214581
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pflow-metamodel"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Declarative Petri-nets using a rust DSL"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions src/dsl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ use crate::vasm::StateMachine;
/// # Example
///
/// ```
/// use metamodel::dsl::FlowDsl;
/// use metamodel::vasm::Vasm;
/// use pflow_metamodel::dsl::FlowDsl;
/// use pflow_metamodel::vasm::Vasm;
/// fn model_test_code(p: &mut dyn FlowDsl) {
/// p.model_type("petriNet");
///
Expand Down

0 comments on commit 3214581

Please sign in to comment.