Improving naming.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2021-08-09 18:22:32 -05:00
parent 5067631f85
commit 8b7f2047b7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ HedgeDoc class >> newDefault [
] ]
{ #category : #accessing } { #category : #accessing }
HedgeDoc >> asTiddler [ HedgeDoc >> asMarkdownTiddler [
self url ifNil: [ ^ self ]. self url ifNil: [ ^ self ].
^ Tiddler new ^ Tiddler new
title: self url segments first; title: self url segments first;