Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1416 from CyberShadow/pull-20151024-051857
Browse files Browse the repository at this point in the history
HTML fixes
  • Loading branch information
WalterBright committed Oct 24, 2015
2 parents 5b45269 + 6ef3d7b commit 8b64674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/math.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* Source: $(DRUNTIMESRC core/_math.d)
* Macros:
* TABLE_SV = <table border=1 cellpadding=4 cellspacing=0>
* TABLE_SV = <table border="1" cellpadding="4" cellspacing="0">
* <caption>Special Values</caption>
* $0</table>
*
Expand Down
2 changes: 1 addition & 1 deletion src/object.d
Original file line number Diff line number Diff line change
Expand Up @@ -3046,7 +3046,7 @@ bool _ArrayEq(T1, T2)(T1[] a1, T2[] a2)

/**
Calculates the hash value of $(D arg) with $(D seed) initial value.
Result may be non-equals with $(D typeid(T).getHash(&arg))
Result may be non-equals with `typeid(T).getHash(&arg)`
The $(D seed) value may be used for hash chaining:
----
struct Test
Expand Down

0 comments on commit 8b64674

Please sign in to comment.