Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
Update dom.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Apr 12, 2020
1 parent 41fec2b commit 483c56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DOM Basics
Creating DOM Elements and Fragments
-----------------------------------

The DOM is built starting with an `Element <https://github.com/kwebio/kweb-core/blob/master/src/main/kotlin/kweb/dom/element/Element.kt>`_, normally the `BodyElement <https://github.com/kwebio/kweb-core/blob/master/src/main/kotlin/kweb/dom/Document.kt#L43>`_, which is obtained easily as follows:
The DOM is built starting with an `Element <https://github.com/kwebio/kweb-core/blob/master/src/main/kotlin/kweb/Element.kt>`_, normally the `BodyElement <https://github.com/kwebio/kweb-core/blob/master/src/main/kotlin/kweb/Document.kt#L43>`_, which is obtained easily as follows:

.. code-block:: kotlin
Expand Down

0 comments on commit 483c56b

Please sign in to comment.