diff --git a/docs/reference/standard-library/std/chain.md b/docs/reference/standard-library/std/chain.md index 9d699cc99a2..bda09b2fe80 100644 --- a/docs/reference/standard-library/std/chain.md +++ b/docs/reference/standard-library/std/chain.md @@ -92,7 +92,7 @@ caller := std.GetOrigSend() ```go func GetOrigPkgAddr() string ``` -Returns the `pkgpath` of the current Realm or Package. +Returns the address of the first (entry point) realm/package in a sequence of realm/package calls. #### Usage ```go