Skip to content

Commit

Permalink
fix inverted boolean for decorated / noPattern
Browse files Browse the repository at this point in the history
  • Loading branch information
tom95 authored Nov 5, 2024
1 parent ff328b3 commit 7446d3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pretty printer
format: aString in: aClass notifying: anObject decorated: aBoolean

^ self formatString: aString class: aClass noPattern: aBoolean notifying: anObject
^ self formatString: aString class: aClass noPattern: aBoolean not notifying: anObject

0 comments on commit 7446d3d

Please sign in to comment.