Skip to content

Commit

Permalink
minor docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook committed May 13, 2021
1 parent b3abf0b commit 97ce726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source-literals.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ print SOURCE_FILE_PATH
transpiles to:

```BrightScript
print "file://" + "/c:/projects/roku/brighterscript/scripts/rootDir/source/main.bs"
print "file" + ":///c:/projects/roku/brighterscript/scripts/rootDir/source/main.bs"
```

_note: the literal is concatenated to keep the roku static analysis tool happy_
Expand Down Expand Up @@ -155,7 +155,7 @@ transpiles to:

```BrightScript
function main()
print "file://" + "/c:/projects/roku/brighterscript/scripts/rootDir/source/main.bs:2"
print "file" + ":///c:/projects/roku/brighterscript/scripts/rootDir/source/main.bs:2"
end function
```

Expand Down

0 comments on commit 97ce726

Please sign in to comment.