Skip to content

Commit 5d98ca6

Browse files
committed
Fix tag method definition for WCTableRowTag class
1 parent 1227d48 commit 5d98ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WildCampComponent/WCTableRowTag.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Class {
55
}
66

77
{ #category : 'accessing' }
8-
WCTableHeadTag >> tag [
8+
WCTableRowTag >> tag [
99
^ 'tr'
1010
]

0 commit comments

Comments
 (0)