Skip to content

Commit

Permalink
Merge pull request #18033 from akc/master
Browse files Browse the repository at this point in the history
Fix a trivial typo in devdocs
  • Loading branch information
JeffBezanson authored Aug 15, 2016
2 parents 1c70092 + 8542265 commit a0d75a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/devdocs/object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ the values can also be extracted directly as an array access::
As an example, a "boxed" :c:type:`uint16_t` is stored as follows::

struct {
oqaque metadata;
opaque metadata;
struct {
uint16_t data; -- 2 bytes
} jl_value_t;
Expand Down

2 comments on commit a0d75a4

@tkelman
Copy link
Contributor

Choose a reason for hiding this comment

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

@nanosoldier runbenchmarks(ALL, vs="@b80dad40ab36bcd7e11859d36b51c6afcf008148")

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

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

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels

Please sign in to comment.