@@ -233,7 +233,7 @@ public JaspellTernarySearchTrie(FileInfo file)
233233 /// <para>Uses the culture of the current thread to lowercase words before comparing.</para>
234234 /// </summary>
235235 /// <param name="fileName">
236- /// The file name with the data to load into the Trie. </param>
236+ /// The file name with the data to load into the Trie. The path is not normalized by this method. </param>
237237 /// <exception cref="IOException">
238238 /// A problem occured while reading the data. </exception>
239239 /// <remarks>
@@ -268,7 +268,7 @@ public JaspellTernarySearchTrie(FileInfo file, CultureInfo culture)
268268 /// <para>Uses the supplied culture to lowercase words before comparing.</para>
269269 /// </summary>
270270 /// <param name="fileName">
271- /// The file name with the data to load into the Trie. </param>
271+ /// The file name with the data to load into the Trie. The path is not normalized by this method. </param>
272272 /// <param name="culture">The culture used for lowercasing.</param>
273273 /// <exception cref="IOException">
274274 /// A problem occured while reading the data. </exception>
@@ -305,7 +305,7 @@ public JaspellTernarySearchTrie(FileInfo file, bool compression)
305305 /// <para>Uses the culture of the current thread to lowercase words before comparing.</para>
306306 /// </summary>
307307 /// <param name="fileName">
308- /// The file name with the data to load into the Trie. </param>
308+ /// The file name with the data to load into the Trie. The path is not normalized by this method. </param>
309309 /// <param name="compression">
310310 /// If true, the file is compressed with the GZIP algorithm, and if
311311 /// false, the file is a normal text document. </param>
@@ -356,7 +356,7 @@ public JaspellTernarySearchTrie(FileInfo file, bool compression, CultureInfo cul
356356 /// </para>
357357 /// </summary>
358358 /// <param name="fileName">
359- /// The file name with the data to load into the Trie. </param>
359+ /// The file name with the data to load into the Trie. The path is not normalized by this method. </param>
360360 /// <param name="compression">
361361 /// If true, the file is compressed with the GZIP algorithm, and if
362362 /// false, the file is a normal text document. </param>
0 commit comments