diff --git a/sycl/doc/developer/ContributeToDPCPP.md b/sycl/doc/developer/ContributeToDPCPP.md index 74d3ae00c0c3d..4251d79dd3e00 100644 --- a/sycl/doc/developer/ContributeToDPCPP.md +++ b/sycl/doc/developer/ContributeToDPCPP.md @@ -69,7 +69,7 @@ end-to-end or SYCL-CTS tests. #### General guidelines -- Use `sycl::` namespace instead of `sycl::` +- Use `sycl::` namespace instead of `cl::sycl::` - Add a helpful comment describing what the test does at the beginning and other comments throughout the test as necessary.