From 05afb1b1ec98f80d7ea71d338d60ff45d17c1f9e Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Tue, 27 Oct 2020 11:15:33 -0500 Subject: [PATCH] Fix markdown around link to BFloat16 (#178) --- docs/design/primitive_types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/primitive_types.md b/docs/design/primitive_types.md index b9373b138335..e59af2b07dab 100644 --- a/docs/design/primitive_types.md +++ b/docs/design/primitive_types.md @@ -71,7 +71,7 @@ those sized IEEE-754 formats, and have the semantics defined by IEEE-754. ### BFloat16 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 number.