aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-03-13 20:51:26 +0100
committerMartin Odersky <odersky@gmail.com>2016-04-01 11:20:17 +0200
commit646ef5c321ec1c62ed03bfa24bed0438bbfcc937 (patch)
tree875e4deda7e7875e8704c82d1b9ec357f4294009 /docs
parentf9632aeb3c52314bccdb32e5cde655e0b82f85ad (diff)
downloaddotty-646ef5c321ec1c62ed03bfa24bed0438bbfcc937.tar.gz
dotty-646ef5c321ec1c62ed03bfa24bed0438bbfcc937.tar.bz2
dotty-646ef5c321ec1c62ed03bfa24bed0438bbfcc937.zip
fix typo
Diffstat (limited to 'docs')
-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 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.