Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Lepiter-Core/LeDatabase.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

^ #()
Expand Down Expand Up @@ -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.
Expand Down