From 671ae45088b6b80fdc8ad8122e47fb2495d31007 Mon Sep 17 00:00:00 2001 From: Stephan Eggermont Date: Wed, 1 Oct 2025 11:22:04 +0200 Subject: [PATCH] Typos LeDatabase.class.st --- src/Lepiter-Core/LeDatabase.class.st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Lepiter-Core/LeDatabase.class.st b/src/Lepiter-Core/LeDatabase.class.st index 644c9df64..89a359711 100644 --- a/src/Lepiter-Core/LeDatabase.class.st +++ b/src/Lepiter-Core/LeDatabase.class.st @@ -251,7 +251,7 @@ LeDatabase >> attachmentDirectoryAndMetadataFor: aFileReference [ { #category : #'api - attachments' } LeDatabase >> attachmentNames [ - "Return attachment names that, referencing to attachment files that are used by this snippet. + "Return attachment names that refer to attachment files that are used by this snippet. Polymorhic to {{gtMethod: LeContent >> #attachmentNames }}" ^ #() @@ -380,7 +380,7 @@ LeDatabase >> defaultEmail [ { #category : #'private - accessing' } LeDatabase >> defaultFilename [ "Answer the default filename. - If filename is nil the database doesn't yet havde a name, use lepiterexportXXX.json, where XXX is an auto-incrementing number (this is different from the version number generated in #save)" + If filename is nil the database doesn't yet have a name, use lepiterexportXXX.json, where XXX is an auto-incrementing number (this is different from the version number generated in #save)" | exportNumber basename fileReference | exportNumber := 1.