diff --git a/docs/xml/lcl/dynhasharray.xml b/docs/xml/lcl/dynhasharray.xml
index 1de3b6c0f2..abea7eeb35 100644
--- a/docs/xml/lcl/dynhasharray.xml
+++ b/docs/xml/lcl/dynhasharray.xml
@@ -416,8 +416,7 @@ if A.Contains(s) then
writeln('2:it contains s.');
writeln('2:count:',A.Count);
ReadLn;
-StrDispose(s);
-
+StrDispose(s);
@@ -481,8 +480,7 @@ StrDispose(s);
Removes an element from the set/hash array
- An example:
-{$mode objfpc}{$H+}
+ An example:
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
@@ -543,8 +541,7 @@ if A.Contains(s) then
writeln('2:it contains s.');
writeln('2:count:',A.Count);
ReadLn;
-StrDispose(s);
-
+StrDispose(s);
@@ -591,8 +588,7 @@ if A.Contains(s) then
writeln('2:it contains s.');
writeln('2:count:',A.Count);
ReadLn;
-StrDispose(s);
-
+StrDispose(s);