Skip to content

Commit

Permalink
Adjust comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed May 15, 2024
1 parent 6e1e4f5 commit 1e201d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/**
* Global configuration of the library.
* Generally speaking, it should only be altered for exotic use cases.
*
* Generally speaking, this configuration should only be altered on exotic use cases;
* it can be seen as a collection of constants (or, to be more precise, rarely changed variables) that are used throughout the library.
*
* Never alter the configuration within a library!
* Only alter the configuration (if needed) within an application that uses this library.
* Only alter the configuration (if needed) within an (end) application that uses this library.
*/
export class LibraryConfig {
public static DefaultAddressHrp: string = "erd";
Expand Down

0 comments on commit 1e201d2

Please sign in to comment.