Pārlūkot izejas kodu

Fix typo 'deference' (#3212)

Follow up on #3211.
Richard Smith 2 gadi atpakaļ
vecāks
revīzija
a228fec66f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      proposals/p2006.md

+ 1 - 1
proposals/p2006.md

@@ -290,7 +290,7 @@ implicitly converting to the nominated type.
 > Details:
 > [Value representation and customization](/docs/design/values.md#value-representation-and-customization)
 
-Carbon will also allow customizing the behavior of a deference operation on a
+Carbon will also allow customizing the behavior of a dereference operation on a
 type to allow building "smart pointers" or other pointer-like types in the
 library. This will be done in a similar fashion to overloading other operators,
 where the overloaded operation returns some other pointer that is then