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);