Skip to content

Commit f809b0e

Browse files
committed
本家差分をmerge
2 parents 2e62157 + a17a01c commit f809b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/validation/validation.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,9 @@ <h4 id="rules_table">ルール表</h4>
315315
</tr>
316316
<tr>
317317
<th>valid_ip</th>
318-
<td>(なし)</td>
318+
<td><kbd>$flag</kbd> (optional)</td>
319319
<td>
320-
有効な IP アドレスかどうか。
320+
Validates if the given input is a valid IP address. You can set <kbd>'ipv4'</kbd> or <kbd>'ipv6'</kbd> to <kbd>$flag</kbd> to check a specific IP address format.
321321
</td>
322322
</tr>
323323
<tr>

0 commit comments

Comments
 (0)