From ec5cbec57ec0b876fbc5c455c82e3847d6fb8b49 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 25 Feb 2025 16:19:53 -0800 Subject: [PATCH] Style guide: bring ToC in line with reality, fixing 404 --- _style/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_style/index.md b/_style/index.md index 7663a32054..9c126423ca 100644 --- a/_style/index.md +++ b/_style/index.md @@ -59,7 +59,6 @@ This document is intended to outline some basic Scala stylistic guidelines which - [Symbolic Methods/Operators](method-invocation.html#symbolic-methodsoperators) - [Higher-Order Functions](method-invocation.html#higher-order-functions) - [Files](files.html) - - [Multi-Unit Files](files.html#multi-unit-files) - [Scaladoc](scaladoc.html) - [General Style](scaladoc.html#general-style) - [Packages](scaladoc.html#packages)