فهرست منبع

Fix missing backtick (#1235)

Richard Smith 4 سال پیش
والد
کامیت
d2b33a712f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/design/expressions/member_access.md

+ 1 - 1
docs/design/expressions/member_access.md

@@ -647,7 +647,7 @@ var n: i32 = 1 + X.Y;
 
 -   [Separate syntax for static versus dynamic access, such as `::` versus `.`](/proposals/p0989.md#separate-syntax-for-static-versus-dynamic-access)
 -   [Use a different lookup rule for names in templates](/proposals/p0989.md#use-a-different-lookup-rule-in-templates)
--   [Meaning of `Type.Interface](/proposals/p0989.md#meaning-of-typeinterface)
+-   [Meaning of `Type.Interface`](/proposals/p0989.md#meaning-of-typeinterface)
 
 ## References