aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/dotc-internals/periods.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dotc-internals/periods.md b/docs/dotc-internals/periods.md
index d229f4fce..fd1abec97 100644
--- a/docs/dotc-internals/periods.md
+++ b/docs/dotc-internals/periods.md
@@ -55,7 +55,7 @@ Here's the API for class `Period`:
class Period(val code: Int) extends AnyVal {
def runId: RunId // The run identifier of this period.
def firstPhaseId // The first phase of this period
- def lastPhaseId: PhaseId = // The last phase of this period
+ def lastPhaseId: PhaseId // The last phase of this period
def phaseId: PhaseId // The phase identifier of this single-phase period.
def containsPhaseId(id: PhaseId): Boolean