On Fri, 17 May 2024 04:34:22 GMT, Kim Barrett <[email protected]> wrote:
> But this clarification doesn't actually clarify that the rest of the spec > uses nullptr. Based on the proposed wording I would expect things like: > > The function may return <code>nullptr</code> > > to say > > The function may return a null pointer Okay. I've made a fix to replace in the docs `nullptr` with `null pointer` as you suggested. ------------- PR Comment: https://git.openjdk.org/jdk/pull/19257#issuecomment-2141095067
