Commit before removing working dev image.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-12-20 08:20:38 -05:00
parent 5ed801535d
commit 3d982218d2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ HlPerson class >> fromListName: aString [
{ #category : #accessing }
HlPerson >> asSubtiddler: aString [
^ Tiddler new
title: self givenName, ' ', self familyName, '/', aString.
title: self givenName, ' ', self familyName, ': ', aString.
]
{ #category : #accessing }