diff --git a/extra/graphviz/notation/notation-docs.factor b/extra/graphviz/notation/notation-docs.factor index 368dea0bd5..a8a5bc47b0 100644 --- a/extra/graphviz/notation/notation-docs.factor +++ b/extra/graphviz/notation/notation-docs.factor @@ -406,7 +406,7 @@ $nl "" " ! This is not OK:" " [ 1 2 \"b\" =labelloc add ]" - " [ 2drop \"not for edges!\" write ] recover" + " [ drop \"not for edges!\" write ] recover drop" "not for edges!" } $nl