From 59c20625c2cd6a950641f4cbc47cbc78e209677f Mon Sep 17 00:00:00 2001 From: Moe Kayali Date: Wed, 23 Mar 2022 13:36:51 +0300 Subject: [PATCH] Fix spelling mistake --- docs/src/submodules/FileFormats/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/submodules/FileFormats/overview.md b/docs/src/submodules/FileFormats/overview.md index 7fd95ed17c..e5f95c4067 100644 --- a/docs/src/submodules/FileFormats/overview.md +++ b/docs/src/submodules/FileFormats/overview.md @@ -114,7 +114,7 @@ julia> MOI.get(dest, MOI.ListOfVariableIndices()) julia> rm("file.mof.json") # Clean up after ourselves. ``` -## Detecing the filetype automatically +## Detecting the filetype automatically Instead of the `format` keyword, you can also use the `filename` keyword argument to [`FileFormats.Model`](@ref). This will attempt to automatically