Skip to content

Commit

Permalink
doc: Fix minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Oct 22, 2024
1 parent c7d24a6 commit dc08257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/Miscellaneous/MultiThreading.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ following situations:
reached before the RxPlayer had time to load new media data.

When running in "multithreading" mode, loading segments (and in browsers supporting the
feature, even buffering segments) is perfomed concurrently to any computation linked to
feature, even buffering segments) is performed concurrently to any computation linked to
your user interface, ensuring that this important buffering operation can run without
being blocked.

Expand All @@ -88,7 +88,7 @@ This "multithread" mode is added as an "experimental" feature.
Like all other experimental features, it **is** considered stable enough to run in
production. What we mean by "experimental" in the RxPlayer API is just that we may change
its API at any RxPlayer version without impacting the RxPlayer's major version due to
semantic versionning principles.
semantic versioning principles.

For example, a new minor RxPlayer version could bring with it a complete API change
regarding the corresponding `MULTI_THREAD` feature. Still, potential changes would be
Expand Down

0 comments on commit dc08257

Please sign in to comment.