Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 79ccd51

Browse files
committed
fix javadoc error
1 parent d339423 commit 79ccd51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/sybit/airtable/Query.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public interface Query {
3131
/**
3232
* Define a filter formula.
3333
*
34-
* @see https://support.airtable.com/hc/en-us/articles/203255215-Formula-Field-Reference
34+
* see https://support.airtable.com/hc/en-us/articles/203255215-Formula-Field-Reference
3535
* @return get the filter formula.
3636
*/
3737
String filterByFormula();

0 commit comments

Comments
 (0)