aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-03-13 20:49:49 +0100
committerMartin Odersky <odersky@gmail.com>2016-04-01 11:20:17 +0200
commitf9632aeb3c52314bccdb32e5cde655e0b82f85ad (patch)
treecd184d174fbe69ae0c71447348daa5c02f90d112 /docs
parent4687dd390cf8e854291bb95a6f9d427b383d6a6f (diff)
downloaddotty-f9632aeb3c52314bccdb32e5cde655e0b82f85ad.tar.gz
dotty-f9632aeb3c52314bccdb32e5cde655e0b82f85ad.tar.bz2
dotty-f9632aeb3c52314bccdb32e5cde655e0b82f85ad.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 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