Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Athan <[email protected]>
  • Loading branch information
kgryte authored Mar 4, 2024
1 parent f4d1c13 commit 914f36c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/constants/int32/max/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ console.log( INT32_MAX );

#### STDLIB_CONSTANT_INT32_MAX

Macro for maximum [signed 32-bit integer][max-int32].
Macro for the maximum [signed 32-bit integer][max-int32].

</section>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#define STDLIB_CONSTANTS_INT32_MAX_H

/**
* Macro for maximum signed 32-bit integer.
* Macro for the maximum signed 32-bit integer.
*/
#define STDLIB_CONSTANT_INT32_MAX 2147483647|0
#define STDLIB_CONSTANT_INT32_MAX 2147483647

#endif // !STDLIB_CONSTANTS_INT32_MAX_H

0 comments on commit 914f36c

Please sign in to comment.