Skip to content

Fix namespace casing in Japanese README examples #135

@GaspardKirira

Description

@GaspardKirira

Description

Some C++ examples in README.ja.md may use an incorrect namespace casing.

Correct namespace:

using namespace vix;

Acceptance criteria
No occurrence of using namespace Vix; in README.ja.md
All examples use using namespace vix;

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions