Skip to content

Commit 4a1c41f

Browse files
author
aless.hosry
committed
Comment MatcherLiteral class
1 parent cc38e7a commit 4a1c41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MoTion/MatcherLiteral.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"
2-
""Matcher Literal has multiple subclasses such as Number, String and Symbol and is resposible of matching only literals. The matcher literal has a common instance 'value' that is used in all literal matchers.""
2+
This class represents Pharo literals used as patterns. For example `‘A sample text here’ asMatcher` and `1 asMatcher`. Literal patterns match exactly their literal value. This is useful for specifying the value that a property of an object must have.
33
"
44
Class {
55
#name : 'MatcherLiteral',

0 commit comments

Comments
 (0)