From 9c1537771d9c45ed3f811c2b47816a4d36a02d29 Mon Sep 17 00:00:00 2001 From: dtv <77131156+dtv27@users.noreply.github.com> Date: Mon, 10 Apr 2023 15:39:18 +0900 Subject: [PATCH] Update package-objects.md fix: update typo --- _tour/package-objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_tour/package-objects.md b/_tour/package-objects.md index c13ff9115c..52484564a9 100644 --- a/_tour/package-objects.md +++ b/_tour/package-objects.md @@ -7,7 +7,7 @@ num: 36 previous-page: packages-and-imports --- -Often, it is convenient to have definitions accessible accross an entire package, and not need to invent a +Often, it is convenient to have definitions accessible across an entire package, and not need to invent a name for a wrapper `object` to contain them. {% tabs pkg-obj-vs-top-lvl_1 class=tabs-scala-version %}