Pārlūkot izejas kodu

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 gadus atpakaļ
vecāks
revīzija
b3990b847b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Parādīt failu

@@ -47,7 +47,7 @@ An *object* is an entity that contains data and procedures to manipulate them. S
47 47
 
48 48
 It is not necessary to know all of the details about the methods of the object to define and use an object, but you must know how to create it and how to interact with it. The necessary  information is available in the class' documentation. Before creating objects of any class, we should familiarize ourselves with its documentation. The documentation indicates, among other things, what entity is trying to be represented in the class, and its interface or methods available to manipulate the objects of the class.
49 49
 
50
-Take a look at the documentation of the `Bird` class which can be found in [this link.](http://ada.uprrp.edu/~ranazario/bird-html/class_bird.html).
50
+Take a look at the documentation of the `Bird` class which can be found in [this link](http://ada.uprrp.edu/~ranazario/bird-html/class_bird.html).
51 51
 
52 52
 ### Classes
53 53