From 79e0e16cb2c13bca81304da5755ba9db00b9c89e Mon Sep 17 00:00:00 2001 From: Jesper Schulz-Wedde Date: Sat, 20 Nov 2021 10:30:21 +0100 Subject: [PATCH] Fixing the sample code documentation. --- content/BCPatterns/facade-pattern/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/BCPatterns/facade-pattern/index.md b/content/BCPatterns/facade-pattern/index.md index 30031e30..c126393b 100644 --- a/content/BCPatterns/facade-pattern/index.md +++ b/content/BCPatterns/facade-pattern/index.md @@ -72,7 +72,6 @@ codeunit 3971 Image /// Creates an image from the specified data stream. /// /// A Stream that contains the image data. - /// Stream do not contain valid image data procedure FromStream(InStream: InStream) begin ImageImpl.FromStream(InStream);