diff options
author | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-05-03 22:33:09 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-05-04 00:34:03 +0200 |
commit | ca41e5359f2bcddabe5bd69de747750272a6db84 (patch) | |
tree | b5e6da95cff4558b616da3a545cb908265200feb /docs/glossary.md | |
parent | a87bf7c7768708570c1de8758d68137dffc0b524 (diff) | |
download | servo-ca41e5359f2bcddabe5bd69de747750272a6db84.tar.gz servo-ca41e5359f2bcddabe5bd69de747750272a6db84.zip |
docs: Add style overview.
Diffstat (limited to 'docs/glossary.md')
-rw-r--r-- | docs/glossary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.md b/docs/glossary.md index 32e907823d0..7328db28528 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -7,7 +7,7 @@ If there is a word or phrase used in Servo's code, issue tracker, mailing list, # Glossary ### Compositor ### - + The thread that receives input events from the operating system and forwards them to the constellation. It is also in charge of compositing complete renders of web content and displaying them on the screen as fast as possible. ### Constellation ### |