From 8b7f2047b755f0441084dfdd9e35add0475ceb6c Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Mon, 9 Aug 2021 18:22:32 -0500 Subject: [PATCH] Improving naming. --- repository/Grafoscopio-Utils/HedgeDoc.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/Grafoscopio-Utils/HedgeDoc.class.st b/repository/Grafoscopio-Utils/HedgeDoc.class.st index ea4b3f0..d414c7c 100644 --- a/repository/Grafoscopio-Utils/HedgeDoc.class.st +++ b/repository/Grafoscopio-Utils/HedgeDoc.class.st @@ -24,7 +24,7 @@ HedgeDoc class >> newDefault [ ] { #category : #accessing } -HedgeDoc >> asTiddler [ +HedgeDoc >> asMarkdownTiddler [ self url ifNil: [ ^ self ]. ^ Tiddler new title: self url segments first;