This is an automated email from the ASF dual-hosted git repository.

hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 8a5bcd59dd Fix typo: "pre-build" → "pre-built" in StatusReply Scaladoc 
(#2809)
8a5bcd59dd is described below

commit 8a5bcd59dd13248320a6ccfaf64ab8b1503d807e
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Sat Mar 28 17:03:47 2026 +0800

    Fix typo: "pre-build" → "pre-built" in StatusReply Scaladoc (#2809)
---
 actor/src/main/scala/org/apache/pekko/pattern/StatusReply.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/actor/src/main/scala/org/apache/pekko/pattern/StatusReply.scala 
b/actor/src/main/scala/org/apache/pekko/pattern/StatusReply.scala
index ee5e56a983..c8a294cec2 100644
--- a/actor/src/main/scala/org/apache/pekko/pattern/StatusReply.scala
+++ b/actor/src/main/scala/org/apache/pekko/pattern/StatusReply.scala
@@ -101,7 +101,7 @@ object StatusReply {
    * For cases where types are needed to identify errors and behave 
differently enumerating them with a specific
    * set of response messages may be a better alternative to encoding them as 
generic exceptions.
    *
-   * Also note that Pekko does not contain pre-build serializers for arbitrary 
exceptions.
+   * Also note that Pekko does not contain pre-built serializers for arbitrary 
exceptions.
    */
   def error[T](exception: Throwable): StatusReply[T] = Error(exception)
 
@@ -189,7 +189,7 @@ object StatusReply {
      * For cases where types are needed to identify errors and behave 
differently enumerating them with a specific
      * set of response messages may be a better alternative to encoding them 
as generic exceptions.
      *
-     * Also note that Pekko does not contain pre-build serializers for 
arbitrary exceptions.
+     * Also note that Pekko does not contain pre-built serializers for 
arbitrary exceptions.
      */
     def apply[T](exception: Throwable): StatusReply[T] = new 
StatusReply(ScalaFailure(exception))
     def unapply(status: StatusReply[_]): Option[Throwable] =


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to