Skip to content

Inconsistently using plurals when defining multiple functions at once #8775

@Halalaluyafail3

Description

@Halalaluyafail3

Here is an example of this issue in atexit [support.start.term]:

Effects: The atexit() functions ...

And:

Returns: The atexit() function ...

In the effects it uses the plural to refer to both functions at once, but in the returns it uses the singular to refer to each function individually. Other places where this issue appears are all functions in [new.delete.single] and all functions in [new.delete.array]. There may be other instances of this issue, I only checked [support].

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2-BugPresentational errors and omissions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions