diff options
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 422d9c2e3..5bd5590b7 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -23,7 +23,7 @@ export enum DocumentType { SCRIPTING = "script", EQUATION = "equation", FUNCPLOT = "funcplot", - MAP = "MAP", + MAP = "map", // special purpose wrappers that either take no data or are compositions of lower level types |