Int range for 2bit?

@22:27 bhaiiya says for 2bit signed int, the lower limit of range is -(2^2) …but it should be -2 only.
please confirm this…

yes you are right for it should be -2
as 2 in binary is 10 and -2 is its 2’s compliment i.e 01(inverted)+1=10