Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Typo in set_difference documentation #3188

Open
1 task done
akifcorduk opened this issue Dec 18, 2024 · 1 comment
Open
1 task done

[BUG]: Typo in set_difference documentation #3188

akifcorduk opened this issue Dec 18, 2024 · 1 comment
Labels
bug Something isn't working right.

Comments

@akifcorduk
Copy link

Is this a duplicate?

Type of Bug

Something else

Component

Thrust

Describe the bug

The documentation of set_difference reads:
in [first1, last1) and not contained in [first2, last1) , it should read in [first1, last1) and not contained in [first2, last2).

How to Reproduce

This is a doc bug.

Expected behavior

Instead of [first2, last1), it should be [first2, last2)`

Reproduction link

No response

Operating System

No response

nvidia-smi output

No response

NVCC version

No response

@akifcorduk akifcorduk added the bug Something isn't working right. label Dec 18, 2024
@github-project-automation github-project-automation bot moved this to Todo in CCCL Dec 18, 2024
@miscco
Copy link
Collaborator

miscco commented Dec 18, 2024

Could you please file a PR for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right.
Projects
Status: Todo
Development

No branches or pull requests

2 participants