Skip to content

Fix a few typos and a superfluous paragraph(?) #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 6, 2020
Merged

Fix a few typos and a superfluous paragraph(?) #2

merged 3 commits into from
May 6, 2020

Conversation

asgerf
Copy link
Collaborator

@asgerf asgerf commented May 6, 2020

No description provided.

javascript.md Outdated
@@ -252,8 +252,6 @@ In program analysis we call this a _data flow_ problem. Data flow analysis helps

We can visualize the data flow problem as one of finding paths through a directed graph, where the nodes of the graph are elements in program, and the edges represent the flow of data between those elements. If a path exists, then the data flows between those two nodes.

This graph represents the flow of data from the tainted parameter. The nodes of graph represent program elements that have a value, such as function parameters and expressions. The edges of this graph represent flow through these nodes.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This paragraph struck me as being a repetition of the above. Not sure what the intention was here, or if it was a leftover from a sentence refactoring.

@adityasharad adityasharad merged commit bca45fd into githubsatelliteworkshops:master May 6, 2020
@adityasharad adityasharad deleted the asgerf/typos branch May 6, 2020 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants