[doc-en] master: Fix grammar in filter_has_var description (#4684)

From: Date: Thu, 05 Jun 2025 17:14:52 +0000
Subject: [doc-en] master: Fix grammar in filter_has_var description (#4684)
Groups: php.doc.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Author: Mayada (Maddily)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2025-06-05T18:03:03+01:00

Commit: https://github.com/php/doc-en/commit/12bc0b7e22bba24b2630951483fa1baf7f80d340
Raw diff: https://github.com/php/doc-en/commit/12bc0b7e22bba24b2630951483fa1baf7f80d340.diff

Fix grammar in filter_has_var description (#4684)

Changed paths:
  M  reference/filter/functions/filter-has-var.xml


Diff:

diff --git a/reference/filter/functions/filter-has-var.xml
b/reference/filter/functions/filter-has-var.xml
index f85c159c944d..5e61364b9267 100644
--- a/reference/filter/functions/filter-has-var.xml
+++ b/reference/filter/functions/filter-has-var.xml
@@ -4,7 +4,7 @@
 <refentry xml:id="function.filter-has-var" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>filter_has_var</refname>
-  <refpurpose>Checks if variable of specified type exists</refpurpose>
+  <refpurpose>Checks if a variable of the specified type exists</refpurpose>
  </refnamediv>
  <refsect1 role="description">
   &reftitle.description;


Thread (1 message)

  • Mayada via GitHub
« previous php.doc.cvs (#22686) next »