Skip to content

Commit 59178cd

Browse files
pramodsatyameta-codesync[bot]
authored andcommitted
docs: Fix CompareFlags documentation (facebookincubator#15706)
Summary: Fixes typo in CompareFlags documentation. Enables accurate Copilot code reviews. Pull Request resolved: facebookincubator#15706 Reviewed By: kagamiori Differential Revision: D89483371 Pulled By: kKPulla fbshipit-source-id: 1fc6b0793933f46d0b404bd6952520c62304f070
1 parent 4f7ea08 commit 59178cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

velox/common/base/CompareFlags.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ struct CompareFlags {
8484
/// ex: (null, 1) = (null, 1) is indeterminate.
8585
///
8686
/// - If all fields compare results are true, then result is true.
87-
/// ex: (1, 1) = (1, 1) is indeterminate.
87+
/// ex: (1, 1) = (1, 1) is true.
8888
///
8989
/// 4. Maps:
9090
/// - Keys are compared first, if keys are not equal values are not

0 commit comments

Comments
 (0)