Explorar o código

Fix markdown around link to BFloat16 (#178)

Matt Godbolt %!s(int64=5) %!d(string=hai) anos
pai
achega
05afb1b1ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/design/primitive_types.md

+ 1 - 1
docs/design/primitive_types.md

@@ -71,7 +71,7 @@ those sized IEEE-754 formats, and have the semantics defined by IEEE-754.
 ### BFloat16
 ### BFloat16
 
 
 Carbon also supports the
 Carbon also supports the
-`[BFloat16](https://en.wikipedia.org/wiki/Bfloat16_floating-point_format)`
+[`BFloat16`](https://en.wikipedia.org/wiki/Bfloat16_floating-point_format)
 format, a 16-bit truncation of a "binary32" IEEE-754 format floating point
 format, a 16-bit truncation of a "binary32" IEEE-754 format floating point
 number.
 number.