Skip to content

Commit 77ca93c

Browse files
authored
update readme example (#57)
1 parent 552a82a commit 77ca93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ use safety_net::netlist::{Gate, Netlist};
2020
fn and_gate() -> Gate {
2121
Gate::new_logical(
2222
"AND".into(),
23-
vec!["A".to_string(), "B".to_string()],
24-
"Y".to_string(),
23+
vec!["A".into(), "B".into()],
24+
"Y".into(),
2525
)
2626
}
2727

0 commit comments

Comments
 (0)