diff --git a/lib/db/asociado.vala b/lib/db/asociado.vala index 78973fe..cd00567 100644 --- a/lib/db/asociado.vala +++ b/lib/db/asociado.vala @@ -125,7 +125,7 @@ JOIN region R2 ON (C2.id_region = R2.id_region) /** * Get all tuples and fields from database - * @param conn.db.The database conn.db.ction to use + * @param conn The database connection to use * @return Returns a list of Asociado based off a tour id */ public static List get_all_asociados_by_tour (Connection conn, Tour tour) throws PostgresError, DBError { diff --git a/lib/db/ciudad.vala b/lib/db/ciudad.vala index 6dcd7c8..dea6b5f 100644 --- a/lib/db/ciudad.vala +++ b/lib/db/ciudad.vala @@ -93,7 +93,7 @@ JOIN region R ON (C.id_region = R.id_region) /** * Get all tuples and fields from database that are within a certain region - * @param conn.db.The database conn.db.ction to use + * @param conn The database connection to use * @param region_id The id of the region to filter that results * @return Returns a list of Ciudad */