From 7a83bd7037fb724a41cc4a4224e3876b05826634 Mon Sep 17 00:00:00 2001 From: Philipe Fatio Date: Fri, 23 Oct 2015 09:42:50 +0200 Subject: [PATCH] Add syntax highlighting --- patterns/builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/builder.md b/patterns/builder.md index f697889..570043f 100644 --- a/patterns/builder.md +++ b/patterns/builder.md @@ -7,7 +7,7 @@ Construct an object with calls to a builder helper. ## Example -``` +```rust struct Foo { // Lots of complicated fields. }