Skip to content

Commit

Permalink
repository(doc): update 'platform' information to reflect the current…
Browse files Browse the repository at this point in the history
… usage (#164)
  • Loading branch information
Byron committed Sep 13, 2021
1 parent 03fe8a7 commit 42080ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions git-repository/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
//! However, other ways to adjust the `Repository` of long-running applications are possible. For instance, there could be a flag that
//! indicates a new `Repository` should be created (for instance, after it was changed) which causes the next server connection to
//! create a new one. This instance is the one to use when spawning new `EasyArc` instances.
//! * 'Platform' types are used to hold mutable or shared versions of required state for use in dependent objects they create, like iterators.
//! These come with the benefit of allowing for nicely readable call chains.
//! * `Platform` types are used to hold mutable or shared versions of required state for use in dependent objects they create, like iterators.
//! These come with the benefit of allowing for nicely readable call chains. Sometimes these are called `Platform` for a lack of a more specific
//! term, some are called more specifically like `Ancestors`.
//!
//! ### Terminology
//!
Expand Down

0 comments on commit 42080ae

Please sign in to comment.