Skip to content

Commit

Permalink
Merge branch 'master' into adv-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Aug 28, 2024
2 parents 5bbf9bf + f001aee commit cdfc947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SYNTAX.rst
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ library. That is, the filename without any path components. The ``value`` will
then be interpreted as an offset from the load address of that library.

It is allowed to specify addresses for objects and vtables that are otherwise
not defined. Obviously, such values can only be used by directly quering the
not defined. Obviously, such values can only be used by directly querying the
VersionInfo object in dfhack.

================
Expand Down Expand Up @@ -708,7 +708,7 @@ The reader macro understands the following syntactic patterns:

* ``$foo``

A case-sensitive identifier preceeded by the ``$`` character
A case-sensitive identifier preceded by the ``$`` character
is interned in the ``cl-linux-debug.field-names`` package as-is,
and returned as the parsing result. The identifier may consist
of letters, numbers, and ``-`` or ``_`` characters.
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Template for new versions:
- realigned and fleshed out ``entity_site_link`` (again, thanks, putnam)
- add "hospital" language name category
- remove some no-longer-valid reputation types
- identify a table of daily events scheduled to take place inthe current year
- identify a table of daily events scheduled to take place in the current year
- ``occupation_type``: add enum values for new occupations related to hospitals
- ``item.setSharpness()``: more info about params
- ``building_design``: corrected misalignments
Expand Down

0 comments on commit cdfc947

Please sign in to comment.