fix formatting
authorJacob Lifshay <programmerjake@gmail.com>
Tue, 4 Jul 2023 03:29:37 +0000 (20:29 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Tue, 4 Jul 2023 03:29:37 +0000 (20:29 -0700)
openpower/sv/int_fp_mv/cvt_fp_to_int_overview.mdwn

index 699315b90f08a7ac52f567e2d92fe6468e6008b1..e29a1fbf4fa66640957557b258f52a1cb053b325 100644 (file)
@@ -15,7 +15,7 @@ modes supported by the `cffpr` instruction are as follows:
     This type of conversion is used for WebAssembly's
     [`trunc_sat_u`](https://webassembly.github.io/spec/core/exec/numerics.html#op-trunc-sat-u)
     and
-    [trunc_sat_s](https://webassembly.github.io/spec/core/exec/numerics.html#op-trunc-sat-s)
+    [`trunc_sat_s`](https://webassembly.github.io/spec/core/exec/numerics.html#op-trunc-sat-s)
     instructions, as well as several notable programming languages:
 
     * Java's conversion from