source/text/scalc/01/func_take.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 347bf4ddbb9b0231d3e8e9e7e731aec12c56b060 Author: Olivier Hallot <[email protected]> AuthorDate: Tue Jul 8 19:08:08 2025 +0200 Commit: Olivier Hallot <[email protected]> CommitDate: Tue Jul 8 19:18:38 2025 +0200 Fix example in fuction TAKE() Change-Id: I337318a8108a5a354e6f3ba88d7b62bea86d1356 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/187547 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/source/text/scalc/01/func_take.xhp b/source/text/scalc/01/func_take.xhp index 5831661c17..df4e12b293 100644 --- a/source/text/scalc/01/func_take.xhp +++ b/source/text/scalc/01/func_take.xhp @@ -33,7 +33,7 @@ <embed href="text/scalc/01/common_func.xhp#optional_args"/> <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> <embed href="text/scalc/01/stat_data.xhp#tocolrowxmpl"/> -<paragraph role="paragraph" id="par_id711737758586509">The formula <input>{=TAKE(A1:E3;;1)}</input> returns the array with 3 rows (default) and 3 columns.</paragraph> +<paragraph role="paragraph" id="par_id711737758586509">The formula <input>{=TAKE(A1:E3;;3)}</input> returns the array with 3 rows (default) and 3 columns.</paragraph> <table id="123"> <tablerow> <tablecell><paragraph id="par_id871738106893082" role="tablecontent" localize="false">AAA</paragraph></tablecell>
