From 61238a7e295a55f7c3dfe047b689e76452ce8c52 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Tue, 17 Mar 2015 10:54:29 +0100 Subject: Correct links in the system documentation --- system/doc/programming_examples/bit_syntax.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'system/doc/programming_examples') diff --git a/system/doc/programming_examples/bit_syntax.xml b/system/doc/programming_examples/bit_syntax.xml index 7ede5b71f9..f97f171a69 100644 --- a/system/doc/programming_examples/bit_syntax.xml +++ b/system/doc/programming_examples/bit_syntax.xml @@ -4,7 +4,7 @@
- 20032013 + 20032015 Ericsson AB. All Rights Reserved. @@ -331,7 +331,8 @@ triples_to_bin([], Acc) ->

In previous releases, this function was highly inefficient, because the binary constructed so far (Acc) was copied in each recursion step. That is no longer the case. For more information, see - Efficiency Guide.

+ + Efficiency Guide.

-- cgit v1.2.3