Skip to content

Commit f0a6a92

Browse files
author
MarcoFalke
committed
Merge #14213: Docs: Fix reference to lint-locale-dependence.sh
14b29a7 Fix reference to lint-locale-dependence.sh (Hennadii Stepanov) Pull request description: The wrong reference sneaked through #13041 and #13281. Tree-SHA512: 39cc74297d00141206ce68b84575288a20e39e20ef717fa8b8c09076b5fb46d8281320b144a596094365f2a0704e5dd6bf960e35980ae4730546a72957403d69
2 parents d73205e + 14b29a7 commit f0a6a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ Strings and formatting
512512
- *Rationale*: These functions do overflow checking, and avoid pesky locale issues.
513513
514514
- Avoid using locale dependent functions if possible. You can use the provided
515-
[`lint-locale-dependence.sh`](/contrib/devtools/lint-locale-dependence.sh)
515+
[`lint-locale-dependence.sh`](/test/lint/lint-locale-dependence.sh)
516516
to check for accidental use of locale dependent functions.
517517
518518
- *Rationale*: Unnecessary locale dependence can cause bugs that are very tricky to isolate and fix.

0 commit comments

Comments
 (0)