Skip to content

Commit c606dd5

Browse files
Rename for consistent example snippet (microsoft#3298)
1 parent 29daa58 commit c606dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/handbook-v2/More on Functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ This pattern is common with callback-style APIs, where another object typically
601601
// @errors: 7041 7017
602602
interface User {
603603
id: number;
604-
isAdmin: boolean;
604+
admin: boolean;
605605
}
606606
declare const getDB: () => DB;
607607
// ---cut---

0 commit comments

Comments
 (0)