Skip to content

Commit

Permalink
Documentation: Fix syntax error in 'api.md'
Browse files Browse the repository at this point in the history
Fixes a syntax error in the documentation by removing an extra comma
  • Loading branch information
alliby authored Dec 25, 2024
1 parent 9628d1e commit 0473088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ The functions `terralib.saveobj` and `terralib.includec` take an optional target

local armtarget = terralib.newtarget {
Triple = "armv6-unknown-linux-gnueabi"; -- LLVM target triple
CPU = "arm1176jzf-s";, -- LLVM CPU name,
CPU = "arm1176jzf-s"; -- LLVM CPU name,
Features = ""; -- LLVM feature string
FloatABIHard = true; -- For ARM, use floating point registers
}
Expand Down

0 comments on commit 0473088

Please sign in to comment.