Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove trailing whitespace
  • Loading branch information
coke committed Dec 17, 2016
1 parent 2146d99 commit dcd5200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Language/performance.pod6
Expand Up @@ -57,13 +57,13 @@ This will write the profile data as a series of SQL statements, suitable for ope
# create a profile
perl6 --profile --profile-filename=demo.sql -e 'say (^20).combinations(3).elems'
# create a SQLite database
sqlite3 demo.sql
# load the profile data
sqlite> .read demo.sql
# the query below is equivalent to the default view of the "Routines" tab in the HTML file
sqlite> select
...> case when r.name = "" then "<anon>" else r.name end,
Expand Down

0 comments on commit dcd5200

Please sign in to comment.