Skip to content

Commit dec256c

Browse files
committed
Update project-ideas.md
1 parent 655ca43 commit dec256c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

v3/docs/project-ideas.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ There are (at least) two main ways to implement this feature:
9898
- Add custom data types to the trace and have the frontend render them
9999
specially using JS visualization libraries such as d3.
100100

101-
- Take advantage of OPT's (still undocumented) ability to print
101+
- Take advantage of OPT's (still-undocumented) ability to print
102102
arbitrary HTML/CSS/JS to the canvas (just like how it can print stdout
103-
output to a text box). Thus, we create custom data structure classes
104-
with printHTML() methods that print their representation in HTML
105-
format. The dream here is to be able to write pure-Python modules for
103+
output to a text box). This enables us to create custom data structure classes
104+
with printHTML() methods that print their graphical representation to
105+
the web page canvas. The dream here is to be able to write pure-Python modules for
106106
each custom data type, which can "pretty-print" as HTML/CSS/JS.
107107

108108

0 commit comments

Comments
 (0)