Commit 12bcb6a9 authored by Dan Melnic's avatar Dan Melnic Committed by Facebook GitHub Bot

Fix typo

Summary: Fix typo

Reviewed By: yfeldblum

Differential Revision: D25861463

fbshipit-source-id: c24a521572229cbc5892a4da10999dcff94741c7
parent 4dab0948
......@@ -545,7 +545,7 @@ class F14BasicSet {
// containsEqualValue returns true iff there is an element in the set
// that compares equal to key using operator==. It is undefined
// behjavior to call this function if operator== on key_type can ever
// behavior to call this function if operator== on key_type can ever
// return true when the same keys passed to key_eq() would return false
// (the opposite is allowed). When using the default key_eq this function
// is equivalent to contains().
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment