summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2015-05-01 11:42:55 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2015-05-01 11:42:55 +0200
commitfaa32647ac69305dd2b111ca18b3f7fa2b948a49 (patch)
treee17631be330ae74b872e53a979dc83691f4f4796 /tools
parent00b5adfbf3618639b501d1859f7a023083a4b8c3 (diff)
parente596d1a65d81a81a54847d90d2d90be3ffbb3d92 (diff)
downloadscala-faa32647ac69305dd2b111ca18b3f7fa2b948a49.tar.gz
scala-faa32647ac69305dd2b111ca18b3f7fa2b948a49.tar.bz2
scala-faa32647ac69305dd2b111ca18b3f7fa2b948a49.zip
Merge pull request #4480 from retronym/merge/2.11.x-to-2.12.x-20150501
Merge 2.11.x to 2.12.x [ci: last-only]
Diffstat (limited to 'tools')
-rwxr-xr-xtools/scaladoc-compare2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scaladoc-compare b/tools/scaladoc-compare
index 74fbfd1dd4..46e1b75a19 100755
--- a/tools/scaladoc-compare
+++ b/tools/scaladoc-compare
@@ -7,7 +7,7 @@ if [ $# -ne 2 ]
then
echo
echo "scaladoc-compare will compare the scaladoc-generated pages in two different locations and output the diff"
- echo "it's main purpose is to track changes to scaladoc and prevent updates that break things."
+ echo "its main purpose is to track changes to scaladoc and prevent updates that break things."
echo
echo "This script is meant to be used with the scaladoc -raw-output option, as it compares .html.raw files "
echo "instead of markup-heavy .html files."