Просмотр исходного кода

Add wikipedia link to ABI in README (#1671)

For easier lookup of the non-goal of a stable API: https://en.wikipedia.org/wiki/Application_binary_interface
Roland Siegbert 3 лет назад
Родитель
Сommit
f612c7191c
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -112,7 +112,9 @@ their combination.
 
 We also have explicit _non-goals_ for Carbon, notably including:
 
--   A stable ABI for the entire language and library
+-   A stable
+    [application binary interface](https://en.wikipedia.org/wiki/Application_binary_interface)
+    (ABI) for the entire language and library
 -   Perfect backwards or forwards compatibility
 
 Our detailed [goals](/docs/project/goals.md) document fleshes out these ideas