浏览代码

Added identifiers dictionary more detailed description

sanex3339 5 年之前
父节点
当前提交
25c9df4084
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -615,7 +615,7 @@ Available values:
 ### `identifiersDictionary`
 ### `identifiersDictionary`
 Type: `string[]` Default: `[]`
 Type: `string[]` Default: `[]`
 
 
-Sets identifiers dictionary  for [`identifierNamesGenerator`](#identifierNamesGenerator): `dictionary` option
+Sets identifiers dictionary for [`identifierNamesGenerator`](#identifierNamesGenerator): `dictionary` option. Each identifier from the dictionary will be used in a few variants with a different casing of each character. Thus, the number of identifiers in the dictionary should depend on the identifiers amount at original source code.
 
 
 ### `identifiersPrefix`
 ### `identifiersPrefix`
 Type: `string` Default: `''`
 Type: `string` Default: `''`