summaryrefslogtreecommitdiffhomepage
path: root/de-de
diff options
context:
space:
mode:
Diffstat (limited to 'de-de')
-rw-r--r--de-de/swift-de.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/de-de/swift-de.html.markdown b/de-de/swift-de.html.markdown
index d58b0bd4..b58a72d3 100644
--- a/de-de/swift-de.html.markdown
+++ b/de-de/swift-de.html.markdown
@@ -373,7 +373,7 @@ internal class Rect: Shape {
func shrink() {
if sideLength > 0 {
- --sideLength
+ sideLength -= 1
}
}