change "but, " to ", but" in modules.md (#25107)
The previous version sounds really weird, and just moving `,` makes it better.
This commit is contained in:
parent
3caddf594c
commit
ad2bcfefd2
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ This page does not list all available modules, but overviews the main functional
|
||||||
version=$akka.version$
|
version=$akka.version$
|
||||||
}
|
}
|
||||||
|
|
||||||
The core Akka library is `akka-actor`. But, actors are used across Akka libraries, providing a consistent, integrated model that relieves you from individually
|
The core Akka library is `akka-actor`, but actors are used across Akka libraries, providing a consistent, integrated model that relieves you from individually
|
||||||
solving the challenges that arise in concurrent or distributed system design. From a birds-eye view,
|
solving the challenges that arise in concurrent or distributed system design. From a birds-eye view,
|
||||||
actors are a programming paradigm that takes encapsulation, one of the pillars of OOP, to its extreme.
|
actors are a programming paradigm that takes encapsulation, one of the pillars of OOP, to its extreme.
|
||||||
Unlike objects, actors encapsulate not only their
|
Unlike objects, actors encapsulate not only their
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue