Page MenuHomeFeedback Tracker

Incorrect documentation for string::Split method
Closed, ResolvedPublic

Description

As the title describes, the example code describes string::Split as a static method, with the sample string as the first argument and the delimiter as the second. However the actual implementation (1_core/proto/enstring.c:L368) shows the method as non-static, with the delimiter as the first argument.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

broman created this task.Nov 5 2020, 12:45 AM
Geez changed the task status from New to Assigned.Nov 5 2020, 12:20 PM
Geez closed this task as Resolved.Jan 11 2023, 10:33 AM
Geez claimed this task.
Geez added a subscriber: Geez.

Resolved with 1.20 update.