Skip to content

Commit

Permalink
Add fix some typos for Annotations Indonesian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
zamronypj committed Jul 21, 2016
1 parent 7ebc944 commit d4741db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions id/reference/annotations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ Parser Anotasi

Ini kali pertama sebuah komponen parser anotasi ditulis dalam C untuk dunia PHP. :code:`Phalcon\Annotations` adalah komponen umum yang menyediakan parsing dan caching anotasi dalam kelas PHP untuk digunakan dalam aplikasi.

Anotasi dibaca dari docblocks dalam kelas, metode dan properti. Sebuah anitasi dapat ditempatkan di sembarang posisi dalam docblock:
Anotasi dibaca dari docblocks dalam kelas, metode dan properti. Sebuah anotasi dapat ditempatkan di sembarang posisi dalam docblock:

.. code-block:: php
<?php
/**
* This is the class description
* Ini deskripsi kelas
*
* @AmazingClass(true)
*/
class Example
{
/**
* This a property with a special feature
* Ini properti dengan fitur spesial
*
* @SpecialFeature
*/
protected $someProperty;
/**
* This is a method
* Ini metode
*
* @SpecialFeature
*/
Expand Down

0 comments on commit d4741db

Please sign in to comment.