mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 13:03:08 +08:00
Fix comment typos
Summary: Closes https://github.com/facebook/react-native/pull/7901 Differential Revision: D3384624 Pulled By: javache fbshipit-source-id: 741343dec5406af1855624069dd8dc426a93bdb3
This commit is contained in:
committed by
Facebook Github Bot 4
parent
e29350214a
commit
a7f1428d4a
@@ -17,7 +17,7 @@ function lineToLineSourceMap(source, filename) {
|
||||
const firstLine = 'AAAA;';
|
||||
|
||||
// Most other lines in our mappings are all zeros (for module, column etc)
|
||||
// except for the lineno mappinp: curLineno - prevLineno = 1; Which is C.
|
||||
// except for the lineno mapping: curLineno - prevLineno = 1; Which is C.
|
||||
const line = 'AACA;';
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user