]> Cypherpunks repositories - gostls13.git/commit
path/filepath: reword documentation for Rel
authorMatt T. Proud <matt.proud@gmail.com>
Thu, 16 Oct 2025 17:14:45 +0000 (19:14 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 21 Oct 2025 21:24:23 +0000 (14:24 -0700)
commit6c3d0d259f2d83a338a3a7da268e2dd5834aa35f
tree83a33d12244d0aaccb45d65ecb47ca28453001b6
parent39fd61ddb0b5987749979bc7e453cf2a575c9392
path/filepath: reword documentation for Rel

The existing func Rel's API documentation was presented in a rather
dense way without a lot of organization that oriented around topical
flow, so the documentation has been cleaned up to present the
function's behavior more clearly and concisely.

Fixes #75893

Change-Id: I6c8f6ef508250397be9d0127a15508e7335f18c4
Reviewed-on: https://go-review.googlesource.com/c/go/+/712440
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/path/filepath/path.go