Skip to content

Commit 97fc39d

Browse files
Tsung-Wei HuangTsung-Wei Huang
authored andcommitted
updated debug example
1 parent 7b5640e commit 97fc39d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/debug.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ int main(){
1919
C.precede(D);
2020
B.broadcast(D, E);
2121

22-
std::cout << "dumpe without name assignment\n";
22+
std::cout << "[dump without name assignment]\n";
2323
std::cout << tf.dump() << std::endl;
2424

25-
std::cout << "dumpe with name assignment\n";
25+
std::cout << "[dump with name assignment]\n";
2626
A.name("A");
2727
B.name("B");
2828
C.name("C");

0 commit comments

Comments
 (0)