You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ If you see **6** as the result everything is functional.
166
166
# API stability
167
167
168
168
TeaScript is pre-mature and many things will probably change in some new (pre-)release.<br>
169
-
Howerver, the public methods of the `teascript::Engine` class as well as the public getters of the `teascript::ValueObject` class are considered semi-stable (if not otherwise documented in the code).<br>
169
+
However, the public methods of the `teascript::Engine` class as well as the public getters of the `teascript::ValueObject` class are considered semi-stable (if not otherwise documented in the code).<br>
170
170
This means that I will try to ensure backward compatibility if possible or provide a smooth transition - except if major issues are detected or at very rare circumstances.<br>
171
171
This also counts for the headers version.h / Util.hpp / Exception.hpp.<br>
172
172
All other classes / structures / types (including all its methods and members), and free functions are considered unstable and may change often or might be even removed entirely.
@@ -192,7 +192,7 @@ Second, use the high-level C++ API only (e.g. via class teascript::Engine ). Thi
192
192
193
193
# License
194
194
The TeaScript C++ Library is licensed under the the TeaScript Library Standard License.<br>
195
-
Please, reed the LICENSE.TXT carefully. You may find another copy also at https://tea-age.solutions/teascript/product-variants/ <br>
195
+
Please, read the LICENSE.TXT carefully. You may find another copy also at https://tea-age.solutions/teascript/product-variants/ <br>
196
196
If the license does not fit for you, you can purchase a license with lesser restrictions via the contact form on<br>
197
197
https://tea-age.solutions<br>
198
198
or issue a request to <contact |at| tea-age.solutions><br>
0 commit comments