Commit 9faada6d authored by Nicholas Ormrod's avatar Nicholas Ormrod Committed by dcsommer

Fix spelling mistakes

Summary: @override-unit-failures

Test Plan: n/a

Reviewed By: rhysparry@fb.com

Subscribers: sdwilsh, njormrod, folly-diffs@

FB internal diff: D1644139

Tasks: 5486739

Signature: t1:1644139:1414553949:626fdca07a583c3d5017abe19408a5e6f6d7674a
parent 19b982dc
......@@ -338,7 +338,7 @@ bool operator>=(const Optional<V>& a, const Optional<V>& b) {
return !(a < b);
}
// To supress comparability of Optional<T> with T, despite implicit conversion.
// Suppress comparability of Optional<T> with T, despite implicit conversion.
template<class V> bool operator< (const Optional<V>&, const V& other) = delete;
template<class V> bool operator<=(const Optional<V>&, const V& other) = delete;
template<class V> bool operator>=(const Optional<V>&, const V& other) = delete;
......
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