Skip to content

Commit

Permalink
Update ini/ini_map.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Casonato <lucacasonato@yahoo.com>
  • Loading branch information
dsherret and lucacasonato authored May 22, 2024
1 parent 5e9991f commit a489ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ini/ini_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export class IniMap {
#formatting: Formatting;

/** Constructs a new `IniMap`.
* @param formatting - Optional formatting options when printing an INI file.
* @param formatting Optional formatting options when printing an INI file.
*/
constructor(formatting?: FormattingOptions) {
this.#formatting = this.#cleanFormatting(formatting);
Expand Down

0 comments on commit a489ca8

Please sign in to comment.