From 5fb783a1734fc0ca54a90a9de17292ca308ed875 Mon Sep 17 00:00:00 2001 From: davhojt Date: Fri, 10 Jun 2022 15:11:08 +0300 Subject: [PATCH] docs(valid-ip) update description to add information about max IP ports --- subjects/valid-ip/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/valid-ip/README.md b/subjects/valid-ip/README.md index b045dab4..34bf572c 100644 --- a/subjects/valid-ip/README.md +++ b/subjects/valid-ip/README.md @@ -8,9 +8,9 @@ For the IP part, the syntax will be as follows, where `x` is a number from 0-255 ``` x.x.x.x ``` +Don't forget to learn about the syntax of ports. But remember, the maximum TCP port number is 65,535. -> Don't forget to research the syntax of IP ports. - For this task, you **only** need to concern yourself with `` and ``. Don't worry about `` or anything else. +> For this task, you **only** need to concern yourself with `` and ``. Don't worry about `` or anything else. ### Notions