Skip to content

Commit 442ca06

Browse files
committed
Correct capitalization
Correct capitalization of 'D3' namespace to match use.
1 parent 4aca16d commit 442ca06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Namespaces and Modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ For example, we could begin writing it as follows:
463463

464464
<!-- TODO: This is not at all how it's done on DT - do we want to change this? -->
465465
```TypeScript
466-
declare namespace d3 {
466+
declare namespace D3 {
467467
export interface Selectors {
468468
select: {
469469
(selector: string): Selection;

0 commit comments

Comments
 (0)