Skip to content

Commit 461dd99

Browse files
Update sycl/doc/extensions/proposed/sycl_ext_oneapi_complex.asciidoc
Co-authored-by: Steffen Larsen <[email protected]>
1 parent c84289f commit 461dd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_complex.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ the decimal and an imaginary component equal to 0.
262262
|Adds and assigns complex number x.
263263
|`gencomplex& operator+=(const genfloat& x);`
264264
|Adds and assigns scaler number x.
265-
|`gencomplex& operator-=(const gencomplex& x);
265+
|`gencomplex& operator-=(const gencomplex& x);`
266266
|Subtracts and assigns complex number x.
267267
|`gencomplex& operator-=(const genfloat& x);`
268268
|Subtracts and assigns scaler number x.

0 commit comments

Comments
 (0)