Skip to content

Commit

Permalink
Fix overwrite spelling
Browse files Browse the repository at this point in the history
Closes #975
  • Loading branch information
mfussenegger committed Jun 30, 2023
1 parent a6d48d2 commit bb1ddce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/dap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ function to support json5 features like trailing comma.
load_launchjs({path}, {type_to_filetypes}) *dap.ext.vscode.load_launchjs*

Parses a JSON file at {path} and adds the entries to `dap.configurations`.
Configurations are overwriten by name, so if filetype and name matches a
configuration in `dap.configurations`, the config is overwriten by the
Configurations are overwritten by name, so if filetype and name matches a
configuration in `dap.configurations`, the config is overwritten by the
one loaded from the file at {path}.

Parameters:
Expand Down

0 comments on commit bb1ddce

Please sign in to comment.