Skip to content

Commit 1b2f48a

Browse files
authored
Update README.md
1 parent 0a1a42b commit 1b2f48a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ Compare lettercase from CurrentVbProject with saved file dictionary items
1414

1515
#### Parameters
1616
- OpenDialogToFixLettercase - (Boolean) - Open dialog to fix lettercase
17-
- DeclDictFilePath - (String) - use alternative file path
17+
- DeclDictFilePath - (String) - use alternative dictionary file path
1818

1919
#### Returns
2020
- Boolean (True) ... if DiffCount = 0
2121
- String ... if DiffCount > 0 => "Failed: <lettercase info>"
22+
- String ... if dict file not exists => "Info: No dictionary data found. A new dictionary has been created."
2223

2324
#### Example
2425
```

0 commit comments

Comments
 (0)