Skip to content

Commit 8976484

Browse files
committed
temp
1 parent 73bb0bb commit 8976484

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ reference:
105105

106106
- title: Reducers
107107
contents:
108-
- list_pall
108+
- vec_pall
109109

110110
- title: New classes
111111
contents:

src/parallel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ void vec_pall_fill(const int* v_x, enum vec_parallel_missing missing, r_ssize si
176176
*
177177
* Additionally, the implementations of pall/pany have been designed to be as
178178
* symmetrical as possible to increase code clarity. For example,
179-
* `list_pall_fill_*()` and `list_pany_fill_*()` are symmetrical.
179+
* `vec_pall_fill_*()` and `vec_pany_fill_*()` are symmetrical.
180180
*
181181
* A nice property of these implementations is that they don't rely on
182182
* assumptions about two's complement, bitwise operations, or the underlying

0 commit comments

Comments
 (0)