Skip to content

[2pt] Fix orphan parentheses #2343

Closed
Closed
@patiencedaur

Description

@patiencedaur

Long lines that have something in parentheses closer to the end are often misformatted in such a way that a hanging paren remains on one line, while the enclosed text jumps to the other.
This especially concerns release notes. Here is an example (note the orphan parenthesis after "when it yields"):
https://www.tarantool.io/en/doc/latest/release/2021-08-releases/#triggers

This looks like a technical issue. It repeats across the whole documentation.

How it looks now:

Fixed a bug where multibyte characters broke space:fselect() output (
v. 2.10.0-beta1).

How it should look:

Fixed a bug where multibyte characters broke space:fselect() output (v. 2.10.0-beta1).

Or:

Fixed a bug where multibyte characters broke space:fselect() output
(v. 2.10.0-beta1).

My idea is that the opening brace must be indivisible from what follows after it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    internalTechnical debt in the docssite[area] Task relates to Tarantool's website

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions