Skip to content

Commit 3ec0014

Browse files
committed
fix: comment is not right
1 parent 8675cad commit 3ec0014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Stays/Accommodation/Accommodation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export class Accommodation extends Resource {
1515
}
1616

1717
/**
18-
* Create a booking
19-
* @param {object} payload - The booking payload, including quote id and guest information
18+
* Get suggestions for accommodation given a query string.
19+
* @param {string} query - The query string for the search
2020
*/
2121
public suggestions = async (
2222
query: string,

0 commit comments

Comments
 (0)