Browse Source

Is Google Chrome an open source browser?

Google Chrome isn't an open source project. Chromium is an open source project, so I think that is more precise say "and is used in Chromium, the open source browser from Google" or something like these.
Johan Giraldo 8 years ago
parent
commit
39d7981624
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/glossary.md

+ 1 - 1
docs/glossary.md

@@ -127,7 +127,7 @@ available in "core".
 ### V8
 
 V8 is Google's open source JavaScript engine. It is written in C++ and is
-used in Google Chrome, the open source browser from Google. V8 can run
+used in Google Chrome. V8 can run
 standalone, or can be embedded into any C++ application.
 
 ### webview