Skip to content

Commit ef30569

Browse files
committed
Updated message enforcing always to use strict comparison.
1 parent fc350ca commit ef30569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/standards.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Service Naming Conventions
172172
Comparisons
173173
-----------
174174

175-
Use `identical comparison`_ when the expected value must match a specific type:
175+
Always use `identical comparison`_ unless you need type juggling:
176176

177177
instead of:
178178

0 commit comments

Comments
 (0)