Skip to content

Commit e642e93

Browse files
Apply review comments from @megoth
1 parent 62a722f commit e642e93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/widgets/forms/basic.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { fieldParams } from './fieldParams'
1515
* @param property href for the anchor element
1616
* @param fieldInQuestion field to produce a label for
1717
*
18-
* @ignore exporting this only for unit tests
18+
* @internal exporting this only for unit tests
1919
*/
2020
export function fieldLabel (dom: HTMLDocument, property: NamedNode | undefined, fieldInQuestion: Node): HTMLElement | Text {
2121
let lab = store.any(fieldInQuestion, ns.ui('label'))
@@ -40,7 +40,7 @@ export function fieldLabel (dom: HTMLDocument, property: NamedNode | undefined,
4040
* @param predicate Predicate about which we want to find an editable RDF document
4141
* @param def default RDF document to return if none found
4242
*
43-
* @ignore exporting this only for unit tests
43+
* @internal exporting this only for unit tests
4444
*/
4545
export function fieldStore (subject: Node, predicate: Node, def: Node | undefined): Node | undefined {
4646
const sts = store.statementsMatching(subject, predicate)

0 commit comments

Comments
 (0)