mdbs99 / james

James is a collection of object-oriented Pascal primitives for Lazarus and Delphi
MIT License
53 stars 20 forks source link

Rename a method in DataTags #111

Closed mdbs99 closed 5 years ago

mdbs99 commented 5 years ago

Rename a method to be more consistent with others.

From:

  function AsString: RawUTF8;

To:

  function AsRawUTF8: RawUTF8;