From a64c24a4ae0851f75f1757bbc557122f1177af3d Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Tue, 26 Apr 2016 05:18:21 -0500 Subject: [PATCH] Fix formatting in performance tips [ci skip] --- doc/manual/performance-tips.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/manual/performance-tips.rst b/doc/manual/performance-tips.rst index ada91cb54678a..d9eb6f009b7bb 100644 --- a/doc/manual/performance-tips.rst +++ b/doc/manual/performance-tips.rst @@ -733,6 +733,7 @@ Once one learns to appreciate multiple dispatch, there's an understandable tendency to go crazy and try to use it for everything. For example, you might imagine using it to store information, e.g. :: + immutable Car{Make,Model} year::Int ...more fields...