From ca56fd258c4ef2c5a0e3bc8cb0a9fe954ef6e410 Mon Sep 17 00:00:00 2001 From: Gowrav Vishwakarma Date: Fri, 14 Jun 2019 12:02:19 +0530 Subject: [PATCH] Typo (#1007) Cell B5 is about to get the changs btw --- docs/topics/recipes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/recipes.md b/docs/topics/recipes.md index 0b40cf34..71269108 100644 --- a/docs/topics/recipes.md +++ b/docs/topics/recipes.md @@ -985,7 +985,7 @@ $validation->setFormula2(20); ``` The following piece of code only allows an item picked from a list of -data to be entered in cell B3: +data to be entered in cell B5: ``` php $validation = $spreadsheet->getActiveSheet()->getCell('B5')