On Fri, 31 May 2024 01:43:35 GMT, Serguei Spitsyn <sspit...@openjdk.org> wrote:

> Okay. I've made a fix to replace in the docs nullptr with null pointer as you 
> suggested.

What I suggested was

> returns _a_ null pointer

in place of

> returns `nulllptr`

but "a null pointer" doesn't always look right either e.g. "was a null pointer" 
would be better as just "was null".

I think using non-code-font "null" to represent the concept of null-ness would 
be fine: "returns null", "is null", "was null"

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19257#issuecomment-2141136079

Reply via email to