From c0d01b865fc95100152e6374810c8eae1b232c99 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 23 Jan 2013 11:43:20 +0100 Subject: [PATCH] Improve the null() example (avoid the confusion between 2 as value and index) Change-Id: If46065cf5d3a1e8f745a88b9716ff9776d7673f7 --- scilab/modules/data_structures/help/en_US/null.xml | 2 +- scilab/modules/data_structures/help/fr_FR/null.xml | 2 +- scilab/modules/data_structures/help/ja_JP/null.xml | 2 +- scilab/modules/data_structures/help/pt_BR/null.xml | 2 +- scilab/modules/data_structures/help/ru_RU/null.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scilab/modules/data_structures/help/en_US/null.xml b/scilab/modules/data_structures/help/en_US/null.xml index 3fea94e..8e5ad8e 100644 --- a/scilab/modules/data_structures/help/en_US/null.xml +++ b/scilab/modules/data_structures/help/en_US/null.xml @@ -17,7 +17,7 @@ Examples diff --git a/scilab/modules/data_structures/help/fr_FR/null.xml b/scilab/modules/data_structures/help/fr_FR/null.xml index ce6fb35..8e32cf3 100644 --- a/scilab/modules/data_structures/help/fr_FR/null.xml +++ b/scilab/modules/data_structures/help/fr_FR/null.xml @@ -17,7 +17,7 @@ Exemples diff --git a/scilab/modules/data_structures/help/ja_JP/null.xml b/scilab/modules/data_structures/help/ja_JP/null.xml index 872ce2b..8cdbf62 100644 --- a/scilab/modules/data_structures/help/ja_JP/null.xml +++ b/scilab/modules/data_structures/help/ja_JP/null.xml @@ -17,7 +17,7 @@ 例 diff --git a/scilab/modules/data_structures/help/pt_BR/null.xml b/scilab/modules/data_structures/help/pt_BR/null.xml index 966d9df..e5d4b32 100644 --- a/scilab/modules/data_structures/help/pt_BR/null.xml +++ b/scilab/modules/data_structures/help/pt_BR/null.xml @@ -15,7 +15,7 @@ Exemplos diff --git a/scilab/modules/data_structures/help/ru_RU/null.xml b/scilab/modules/data_structures/help/ru_RU/null.xml index c880d54..7fad393 100644 --- a/scilab/modules/data_structures/help/ru_RU/null.xml +++ b/scilab/modules/data_structures/help/ru_RU/null.xml @@ -17,7 +17,7 @@ Примеры -- 1.7.9.5