Skip to content

Commit

Permalink
Add missing param note
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed May 13, 2020
1 parent 4250151 commit 86f5539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AngelLoader/Common/Utility/StringUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ private static bool StartsWithOrEndsWithIFast(this string str, string value, Sta
/// Format an FM archive name to conform to NewDarkLoader's FM install directory name requirements.
/// </summary>
/// <param name="archiveName">Filename without path or extension.</param>
/// <param name="truncate"></param>
/// <param name="truncate">Whether to truncate the name to 30 characters or less.</param>
/// <returns></returns>
internal static string ToInstDirNameNDL(this string archiveName, bool truncate = true) => ToInstDirName(archiveName, "+.~ ", truncate);

Expand Down

0 comments on commit 86f5539

Please sign in to comment.