Skip to content

Typo in domain-modeling-tools #2310

Closed
@kori73

Description

@kori73

In the Objects section there is a typo:

StringUtil.truncate("Chuck Bartowski", 5) // "Chuck"

This should be replaced by:

StringUtils.truncate("Chuck Bartowski", 5) // "Chuck"

since the object is defined as: StringUtils

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions