From 646ef5c321ec1c62ed03bfa24bed0438bbfcc937 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sun, 13 Mar 2016 20:51:26 +0100 Subject: fix typo --- docs/dotc-internals/periods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/dotc-internals/periods.md b/docs/dotc-internals/periods.md index fd1abec97..0d90252a0 100644 --- a/docs/dotc-internals/periods.md +++ b/docs/dotc-internals/periods.md @@ -54,7 +54,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 firstPhaseId: PhaseId // The first phase of this period def lastPhaseId: PhaseId // The last phase of this period def phaseId: PhaseId // The phase identifier of this single-phase period. -- cgit v1.2.3