Improve docs on contract priority (#675)

This commit is contained in:
Axel Hodler
2018-06-30 07:28:09 +02:00
committed by Marcin Grzejszczak
parent 934f244377
commit 58baf76fac

View File

@@ -37,7 +37,7 @@ class Contract {
/**
* You can set the level of priority of this contract. If there are two contracts
* mapped for example to the same endpoint, then the one with greater priority should
* take precedence
* take precedence. A priority of 1 is highest and takes precedence over a priority of 2.
*/
Integer priority
/**