This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Link primitives to MDN's primitives doc #4
Open
Description
From @ssorallen on August 11, 2015 0:36
This is related to atom/atom#8124
Lowercase JavaScript primitives should link to https://developer.mozilla.org/en-US/docs/Glossary/Primitive.
Atom's documentation mostly refers to the uppercase wrapper objects like Boolean, Number, and String, but nearly all of those uses should reference the lowercase primitives boolean, number, and string instead. atom.io links {Boolean}
, etc. to the wrapper objects, but it's unclear if it correctly links primitives like {boolean}
to a doc describing primitives like https://developer.mozilla.org/en-US/docs/Glossary/Primitive.
Copied from original issue: atom/apm#415