Skip to content

Commit 20b4a34

Browse files
Update xsimd_api.hpp
1 parent 2b5cae9 commit 20b4a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/types/xsimd_api.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ namespace xsimd
488488
*
489489
* Creates a batch from the single value \c v. If \c v is a boolean,
490490
* this function returns a batch_bool<uint8_t>. If you need another type
491-
* of batch_bool, please use broadcast_as instead.
491+
* of batch_bool, please use \c broadcast_as instead.
492492
* @param v the value used to initialize the batch
493493
* @return a new batch instance
494494
*/

0 commit comments

Comments
 (0)