diff --git a/pkgs/racket-doc/scribblings/reference/paths.scrbl b/pkgs/racket-doc/scribblings/reference/paths.scrbl index e28a831fab..2b1754c053 100644 --- a/pkgs/racket-doc/scribblings/reference/paths.scrbl +++ b/pkgs/racket-doc/scribblings/reference/paths.scrbl @@ -546,8 +546,8 @@ path for any platform, and the result is for the same platform. If path-for-some-system?]{ Similar to @racket[path-replace-suffix], but any existing suffix on -@racket[path] is preserved by replacing every @litchar{.} in the last -@tech{path element} with @litchar{_}, and then the @racket[suffix] is added +@racket[path] is preserved by replacing the @litchar{.} before the suffix +with @litchar{_}, and then the @racket[suffix] is added to the end.}